#1E8C2C

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

Shades of Forest Green #1E8C2C

Tints of Forest Green #1E8C2C

Color information

#1E8C2C (or 0x1E8C2C) is unknown color: approx Forest Green. HEX triplet: 1E, 8C and 2C. RGB value is (30,140,44). Sum of RGB (Red+Green+Blue) = 30+140+44=214 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.02% from 214); Green value is 140 (55.08% from 255 or 65.42% from 214); Blue value is 44 (17.58% from 255 or 20.56% from 214); Max value from RGB is 140 - color contains mainly: green. Hex color #1E8C2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E8C2C is #E173D3. Grayscale: #606060. Windows color (decimal): -14775252 or 2919454. OLE color: 2919454.

HSL color Cylindrical-coordinate representation of color #1E8C2C: hue angle of 127.64º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E8C2C is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB3014044-
CMYK0.7900.690.45
HSL127.64º64.71%33.33%-
HSV(B)127.64º78.57%54.9%-
XYZ10.3719.215.55-
YUV96.1798.5680.81-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.02%
GREEN value IS 140 (55.08% from 255) = 65.42%
BLUE value IS 44 (17.58% from 255) = 20.56%
R=14.02%
G=65.42%
B=20.56%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal30140440.7900.690.45127.6464.7133.33
Hex1E8C2C4F0452D804121
Octal362145411701055520010141
Binary1111010001100101100100111101000101101101100000001000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E8C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,140,44); }

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

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

 a { background-color: rgb(30,140,44); }

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

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

 span { border-color: rgb(30,140,44); }

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