#1CAF27

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

Shades of Forest Green #1CAF27

Tints of Forest Green #1CAF27

Color information

#1CAF27 (or 0x1CAF27) is unknown color: approx Forest Green. HEX triplet: 1C, AF and 27. RGB value is (28,175,39). Sum of RGB (Red+Green+Blue) = 28+175+39=242 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.57% from 242); Green value is 175 (68.75% from 255 or 72.31% from 242); Blue value is 39 (15.62% from 255 or 16.12% from 242); Max value from RGB is 175 - color contains mainly: green. Hex color #1CAF27 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAF27 is #E350D8. Grayscale: #737373. Windows color (decimal): -14897369 or 2600732. OLE color: 2600732.

HSL color Cylindrical-coordinate representation of color #1CAF27: hue angle of 124.49º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAF27 is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB2817539-
CMYK0.8400.780.31
HSL124.49º72.41%39.8%-
HSV(B)124.49º84%68.63%-
XYZ16.1831.057.06-
YUV115.5484.865.56-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.57%
GREEN value IS 175 (68.75% from 255) = 72.31%
BLUE value IS 39 (15.62% from 255) = 16.12%
R=11.57%
G=72.31%
B=16.12%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal28175390.8400.780.31124.4972.4139.8
Hex1CAF275404E1F7c4828
Octal342574712401163717411050
Binary11100101011111001111010100010011101111111111001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAF27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,175,39); }

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

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

 a { background-color: rgb(28,175,39); }

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

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

 span { border-color: rgb(28,175,39); }

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