#1CAC15

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

Shades of Forest Green #1CAC15

Tints of Forest Green #1CAC15

Color information

#1CAC15 (or 0x1CAC15) is unknown color: approx Forest Green. HEX triplet: 1C, AC and 15. RGB value is (28,172,21). Sum of RGB (Red+Green+Blue) = 28+172+21=221 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.67% from 221); Green value is 172 (67.58% from 255 or 77.83% from 221); Blue value is 21 (8.59% from 255 or 9.50% from 221); Max value from RGB is 172 - color contains mainly: green. Hex color #1CAC15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CAC15 is #E353EA. Grayscale: #707070. Windows color (decimal): -14898155 or 1420316. OLE color: 1420316.

HSL color Cylindrical-coordinate representation of color #1CAC15: hue angle of 117.22º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CAC15 is Cyan = 0.84, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB2817221-
CMYK0.8400.880.33
HSL117.22º78.24%37.84%-
HSV(B)117.22º87.79%67.45%-
XYZ15.3729.815.65-
YUV111.7376.7968.28-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.67%
GREEN value IS 172 (67.58% from 255) = 77.83%
BLUE value IS 21 (8.59% from 255) = 9.50%
R=12.67%
G=77.83%
B=9.50%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal28172210.8400.880.33117.2278.2437.84
Hex1CAC155405821754e26
Octal342542512401304116511646
Binary11100101011001010110101000101100010000111101011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAC15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,172,21); }

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

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

 a { background-color: rgb(28,172,21); }

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

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

 span { border-color: rgb(28,172,21); }

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