#1EA321

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

Shades of Forest Green #1EA321

Tints of Forest Green #1EA321

Color information

#1EA321 (or 0x1EA321) is unknown color: approx Forest Green. HEX triplet: 1E, A3 and 21. RGB value is (30,163,33). Sum of RGB (Red+Green+Blue) = 30+163+33=226 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.27% from 226); Green value is 163 (64.06% from 255 or 72.12% from 226); Blue value is 33 (13.28% from 255 or 14.60% from 226); Max value from RGB is 163 - color contains mainly: green. Hex color #1EA321 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EA321 is #E15CDE. Grayscale: #6C6C6C. Windows color (decimal): -14769375 or 2204446. OLE color: 2204446.

HSL color Cylindrical-coordinate representation of color #1EA321: hue angle of 121.35º 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 #1EA321 is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB3016333-
CMYK0.8200.800.36
HSL121.35º68.91%37.84%-
HSV(B)121.35º81.6%63.92%-
XYZ13.9126.585.84-
YUV108.4185.4472.07-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.27%
GREEN value IS 163 (64.06% from 255) = 72.12%
BLUE value IS 33 (13.28% from 255) = 14.60%
R=13.27%
G=72.12%
B=14.60%

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
Decimal30163330.8200.800.36121.3568.9137.84
Hex1EA3215205024794526
Octal362434112201204417110546
Binary111101010001110000110100100101000010010011110011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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