#1EAF12

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

Shades of Forest Green #1EAF12

Tints of Forest Green #1EAF12

Color information

#1EAF12 (or 0x1EAF12) is unknown color: approx Forest Green. HEX triplet: 1E, AF and 12. RGB value is (30,175,18). Sum of RGB (Red+Green+Blue) = 30+175+18=223 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.45% from 223); Green value is 175 (68.75% from 255 or 78.48% from 223); Blue value is 18 (7.42% from 255 or 8.07% from 223); Max value from RGB is 175 - color contains mainly: green. Hex color #1EAF12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1EAF12 is #E150ED. Grayscale: #727272. Windows color (decimal): -14766318 or 1224478. OLE color: 1224478.

HSL color Cylindrical-coordinate representation of color #1EAF12: hue angle of 115.41º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1EAF12 is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB3017518-
CMYK0.8300.900.31
HSL115.41º81.35%37.84%-
HSV(B)115.41º89.71%68.63%-
XYZ15.9730.985.71-
YUV113.7573.9668.27-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.45%
GREEN value IS 175 (68.75% from 255) = 78.48%
BLUE value IS 18 (7.42% from 255) = 8.07%
R=13.45%
G=78.48%
B=8.07%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal30175180.8300.900.31115.4181.3537.84
Hex1EAF125305A1F735126
Octal362572212301323716312146
Binary1111010101111100101010011010110101111111100111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAF12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,175,18); }

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

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

 a { background-color: rgb(30,175,18); }

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

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

 span { border-color: rgb(30,175,18); }

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