#1e932d

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

Shades of Forest Green #1E932D

Tints of Forest Green #1E932D

Color information

#1E932D (or 0x1E932D) is unknown color: approx Forest Green. HEX triplet: 1E, 93 and 2D. RGB value is (30,147,45). Sum of RGB (Red+Green+Blue) = 30+147+45=222 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.51% from 222); Green value is 147 (57.81% from 255 or 66.22% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 147 - color contains mainly: green. Hex color #1E932D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E932D is #E16CD2. Grayscale: #646464. Windows color (decimal): -14773459 or 2986782. OLE color: 2986782.

HSL color Cylindrical-coordinate representation of color #1E932D: hue angle of 127.69º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E932D is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB3014745-
CMYK0.8000.690.42
HSL127.69º66.1%34.71%-
HSV(B)127.69º79.59%57.65%-
XYZ11.4421.336-
YUV100.3996.7477.79-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.51%
GREEN value IS 147 (57.81% from 255) = 66.22%
BLUE value IS 45 (17.97% from 255) = 20.27%
R=13.51%
G=66.22%
B=20.27%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal30147450.8000.690.42127.6966.134.71
Hex1E932D500452A804223
Octal362235512001055220010243
Binary1111010010011101101101000001000101101010100000001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e932d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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