#1ca022

Color #1CA022 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #1CA022

Tints of Forest Green #1CA022

Color information

#1CA022 (or 0x1CA022) is unknown color: approx Forest Green. HEX triplet: 1C, A0 and 22. RGB value is (28,160,34). Sum of RGB (Red+Green+Blue) = 28+160+34=222 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.61% from 222); Green value is 160 (62.89% from 255 or 72.07% from 222); Blue value is 34 (13.67% from 255 or 15.32% from 222); Max value from RGB is 160 - color contains mainly: green. Hex color #1CA022 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CA022 is #E35FDD. Grayscale: #6A6A6A. Windows color (decimal): -14901214 or 2269212. OLE color: 2269212.

HSL color Cylindrical-coordinate representation of color #1CA022: hue angle of 122.73º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1CA022 is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB2816034-
CMYK0.8200.790.37
HSL122.73º70.21%36.86%-
HSV(B)122.73º82.5%62.75%-
XYZ13.3425.55.73-
YUV106.1787.2772.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 28 (11.33% from 255) = 12.61%
GREEN value IS 160 (62.89% from 255) = 72.07%
BLUE value IS 34 (13.67% from 255) = 15.32%
R=12.61%
G=72.07%
B=15.32%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal28160340.8200.790.37122.7370.2136.86
Hex1CA0225204F257b4625
Octal342404212201174517310645
Binary111001010000010001010100100100111110010111110111000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ca022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1ca022; }

 p { color: rgb(28,160,34); }

 H1.HeaderClassName
 {
   color: #1ca022;
 }
 .AnyTagClassName
 {
   color: #1ca022;
 }
</style>
background-color css

<style>
 a { background-color: #1ca022; }

 a { background-color: rgb(28,160,34); }

 div.DivClassName
 {
   background-color: #1ca022;
 }
 .BgClassName
 {
   background-color: #1ca022;
 }
</style>
border-color css

<style>
 span { border-color: #1ca022; }

 span { border-color: rgb(28,160,34); }

 td.TdClassName
 {
   border-color: #1ca022;
 }
 .TagClassName
 {
   border-color: #1ca022;
 }
</style>