#1ea30c

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

Shades of Forest Green #1EA30C

Tints of Forest Green #1EA30C

Color information

#1EA30C (or 0x1EA30C) is unknown color: approx Forest Green. HEX triplet: 1E, A3 and 0C. RGB value is (30,163,12). Sum of RGB (Red+Green+Blue) = 30+163+12=205 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.63% from 205); Green value is 163 (64.06% from 255 or 79.51% from 205); Blue value is 12 (5.08% from 255 or 5.85% from 205); Max value from RGB is 163 - color contains mainly: green. Hex color #1EA30C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1EA30C is #E15CF3. Grayscale: #6A6A6A. Windows color (decimal): -14769396 or 828190. OLE color: 828190.

HSL color Cylindrical-coordinate representation of color #1EA30C: hue angle of 112.85º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1EA30C is Cyan = 0.82, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB3016312-
CMYK0.8200.930.36
HSL112.85º86.29%34.31%-
HSV(B)112.85º92.64%63.92%-
XYZ13.726.54.74-
YUV106.0274.9473.78-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.63%
GREEN value IS 163 (64.06% from 255) = 79.51%
BLUE value IS 12 (5.08% from 255) = 5.85%
R=14.63%
G=79.51%
B=5.85%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal30163120.8200.930.36112.8586.2934.31
Hex1EA3C5205D24715622
Octal362431412201354416112642
Binary1111010100011110010100100101110110010011100011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ea30c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,163,12); }

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

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

 a { background-color: rgb(30,163,12); }

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

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

 span { border-color: rgb(30,163,12); }

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