#1CAC1E

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

Shades of Forest Green #1CAC1E

Tints of Forest Green #1CAC1E

Color information

#1CAC1E (or 0x1CAC1E) is unknown color: approx Forest Green. HEX triplet: 1C, AC and 1E. RGB value is (28,172,30). Sum of RGB (Red+Green+Blue) = 28+172+30=230 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.17% from 230); Green value is 172 (67.58% from 255 or 74.78% from 230); Blue value is 30 (12.11% from 255 or 13.04% from 230); Max value from RGB is 172 - color contains mainly: green. Hex color #1CAC1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAC1E is #E353E1. Grayscale: #717171. Windows color (decimal): -14898146 or 2010140. OLE color: 2010140.

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

Color convert

RGB2817230-
CMYK0.8400.830.33
HSL120.83º72%39.22%-
HSV(B)120.83º83.72%67.45%-
XYZ15.4729.856.17-
YUV112.7681.2967.55-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.17%
GREEN value IS 172 (67.58% from 255) = 74.78%
BLUE value IS 30 (12.11% from 255) = 13.04%
R=12.17%
G=74.78%
B=13.04%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal28172300.8400.830.33120.837239.22
Hex1CAC1E5405321794827
Octal342543612401234117111047
Binary11100101011001111010101000101001110000111110011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAC1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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