#1EA320

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

Shades of Forest Green #1EA320

Tints of Forest Green #1EA320

Color information

#1EA320 (or 0x1EA320) is unknown color: approx Forest Green. HEX triplet: 1E, A3 and 20. RGB value is (30,163,32). Sum of RGB (Red+Green+Blue) = 30+163+32=225 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.33% from 225); Green value is 163 (64.06% from 255 or 72.44% from 225); Blue value is 32 (12.89% from 255 or 14.22% from 225); Max value from RGB is 163 - color contains mainly: green. Hex color #1EA320 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EA320 is #E15CDF. Grayscale: #6C6C6C. Windows color (decimal): -14769376 or 2138910. OLE color: 2138910.

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

Color convert

RGB3016332-
CMYK0.8200.800.36
HSL120.9º68.91%37.84%-
HSV(B)120.9º81.6%63.92%-
XYZ13.8926.575.76-
YUV108.384.9472.15-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.33%
GREEN value IS 163 (64.06% from 255) = 72.44%
BLUE value IS 32 (12.89% from 255) = 14.22%
R=13.33%
G=72.44%
B=14.22%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal30163320.8200.800.36120.968.9137.84
Hex1EA3205205024794526
Octal362434012201204417110546
Binary111101010001110000010100100101000010010011110011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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