#1EA122

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

Shades of Forest Green #1EA122

Tints of Forest Green #1EA122

Color information

#1EA122 (or 0x1EA122) is unknown color: approx Forest Green. HEX triplet: 1E, A1 and 22. RGB value is (30,161,34). Sum of RGB (Red+Green+Blue) = 30+161+34=225 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.33% from 225); Green value is 161 (63.28% from 255 or 71.56% from 225); Blue value is 34 (13.67% from 255 or 15.11% from 225); Max value from RGB is 161 - color contains mainly: green. Hex color #1EA122 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EA122 is #E15EDD. Grayscale: #6B6B6B. Windows color (decimal): -14769886 or 2269470. OLE color: 2269470.

HSL color Cylindrical-coordinate representation of color #1EA122: hue angle of 121.83º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1EA122 is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB3016134-
CMYK0.8100.790.37
HSL121.83º68.59%37.45%-
HSV(B)121.83º81.37%63.14%-
XYZ13.5725.885.79-
YUV107.3586.672.83-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.33%
GREEN value IS 161 (63.28% from 255) = 71.56%
BLUE value IS 34 (13.67% from 255) = 15.11%
R=13.33%
G=71.56%
B=15.11%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal30161340.8100.790.37121.8368.5937.45
Hex1EA1225104F257a4525
Octal362414212101174517210545
Binary111101010000110001010100010100111110010111110101000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,161,34); }

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

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

 a { background-color: rgb(30,161,34); }

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

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

 span { border-color: rgb(30,161,34); }

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