#1EAF13

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

Shades of Forest Green #1EAF13

Tints of Forest Green #1EAF13

Color information

#1EAF13 (or 0x1EAF13) is unknown color: approx Forest Green. HEX triplet: 1E, AF and 13. RGB value is (30,175,19). Sum of RGB (Red+Green+Blue) = 30+175+19=224 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.39% from 224); Green value is 175 (68.75% from 255 or 78.12% from 224); Blue value is 19 (7.81% from 255 or 8.48% from 224); Max value from RGB is 175 - color contains mainly: green. Hex color #1EAF13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1EAF13 is #E150EC. Grayscale: #727272. Windows color (decimal): -14766317 or 1290014. OLE color: 1290014.

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

Color convert

RGB3017519-
CMYK0.8300.890.31
HSL115.77º80.41%38.04%-
HSV(B)115.77º89.14%68.63%-
XYZ15.9830.985.75-
YUV113.8674.4668.18-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.39%
GREEN value IS 175 (68.75% from 255) = 78.12%
BLUE value IS 19 (7.81% from 255) = 8.48%
R=13.39%
G=78.12%
B=8.48%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal30175190.8300.890.31115.7780.4138.04
Hex1EAF13530591F745026
Octal362572312301313716412046
Binary1111010101111100111010011010110011111111101001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAF13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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