#1E921A

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

Shades of Forest Green #1E921A

Tints of Forest Green #1E921A

Color information

#1E921A (or 0x1E921A) is unknown color: approx Forest Green. HEX triplet: 1E, 92 and 1A. RGB value is (30,146,26). Sum of RGB (Red+Green+Blue) = 30+146+26=202 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.85% from 202); Green value is 146 (57.42% from 255 or 72.28% from 202); Blue value is 26 (10.55% from 255 or 12.87% from 202); Max value from RGB is 146 - color contains mainly: green. Hex color #1E921A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E921A is #E16DE5. Grayscale: #626262. Windows color (decimal): -14773734 or 1741342. OLE color: 1741342.

HSL color Cylindrical-coordinate representation of color #1E921A: hue angle of 118º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E921A is Cyan = 0.79, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB3014626-
CMYK0.7900.820.43
HSL118º69.77%33.73%-
HSV(B)118º82.19%57.25%-
XYZ1120.914.43-
YUV97.6487.5779.76-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.85%
GREEN value IS 146 (57.42% from 255) = 72.28%
BLUE value IS 26 (10.55% from 255) = 12.87%
R=14.85%
G=72.28%
B=12.87%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal30146260.7900.820.4311869.7733.73
Hex1E921A4F0522B764622
Octal362223211701225316610642
Binary11110100100101101010011110101001010101111101101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E921A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,146,26); }

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

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

 a { background-color: rgb(30,146,26); }

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

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

 span { border-color: rgb(30,146,26); }

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