#1CA218

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

Shades of Forest Green #1CA218

Tints of Forest Green #1CA218

Color information

#1CA218 (or 0x1CA218) is unknown color: approx Forest Green. HEX triplet: 1C, A2 and 18. RGB value is (28,162,24). Sum of RGB (Red+Green+Blue) = 28+162+24=214 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.08% from 214); Green value is 162 (63.67% from 255 or 75.70% from 214); Blue value is 24 (9.77% from 255 or 11.21% from 214); Max value from RGB is 162 - color contains mainly: green. Hex color #1CA218 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CA218 is #E35DE7. Grayscale: #6A6A6A. Windows color (decimal): -14900712 or 1614364. OLE color: 1614364.

HSL color Cylindrical-coordinate representation of color #1CA218: hue angle of 118.26º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CA218 is Cyan = 0.83, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB2816224-
CMYK0.8300.850.36
HSL118.26º74.19%36.47%-
HSV(B)118.26º85.19%63.53%-
XYZ13.5626.155.2-
YUV106.281.6172.22-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.08%
GREEN value IS 162 (63.67% from 255) = 75.70%
BLUE value IS 24 (9.77% from 255) = 11.21%
R=13.08%
G=75.70%
B=11.21%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal28162240.8300.850.36118.2674.1936.47
Hex1CA2185305524764a24
Octal342423012301254416611244
Binary11100101000101100010100110101010110010011101101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,162,24); }

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

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

 a { background-color: rgb(28,162,24); }

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

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

 span { border-color: rgb(28,162,24); }

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