#1E902D

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

Shades of Forest Green #1E902D

Tints of Forest Green #1E902D

Color information

#1E902D (or 0x1E902D) is unknown color: approx Forest Green. HEX triplet: 1E, 90 and 2D. RGB value is (30,144,45). Sum of RGB (Red+Green+Blue) = 30+144+45=219 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.70% from 219); Green value is 144 (56.64% from 255 or 65.75% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 144 - color contains mainly: green. Hex color #1E902D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E902D is #E16FD2. Grayscale: #626262. Windows color (decimal): -14774227 or 2986014. OLE color: 2986014.

HSL color Cylindrical-coordinate representation of color #1E902D: hue angle of 127.89º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E902D is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB3014445-
CMYK0.7900.690.44
HSL127.89º65.52%34.12%-
HSV(B)127.89º79.17%56.47%-
XYZ10.9820.415.84-
YUV98.6397.7379.05-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.70%
GREEN value IS 144 (56.64% from 255) = 65.75%
BLUE value IS 45 (17.97% from 255) = 20.55%
R=13.70%
G=65.75%
B=20.55%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal30144450.7900.690.44127.8965.5234.12
Hex1E902D4F0452C804222
Octal362205511701055420010242
Binary1111010010000101101100111101000101101100100000001000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E902D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,144,45); }

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

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

 a { background-color: rgb(30,144,45); }

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

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

 span { border-color: rgb(30,144,45); }

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