#1E812D

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

Shades of Forest Green #1E812D

Tints of Forest Green #1E812D

Color information

#1E812D (or 0x1E812D) is unknown color: approx Forest Green. HEX triplet: 1E, 81 and 2D. RGB value is (30,129,45). Sum of RGB (Red+Green+Blue) = 30+129+45=204 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.71% from 204); Green value is 129 (50.78% from 255 or 63.24% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 129 - color contains mainly: green. Hex color #1E812D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E812D is #E17ED2. Grayscale: #5A5A5A. Windows color (decimal): -14778067 or 2982174. OLE color: 2982174.

HSL color Cylindrical-coordinate representation of color #1E812D: hue angle of 129.09º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E812D is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB3012945-
CMYK0.7700.650.49
HSL129.09º62.26%31.18%-
HSV(B)129.09º76.74%50.59%-
XYZ8.8616.175.14-
YUV89.82102.785.33-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.71%
GREEN value IS 129 (50.78% from 255) = 63.24%
BLUE value IS 45 (17.97% from 255) = 22.06%
R=14.71%
G=63.24%
B=22.06%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal30129450.7700.650.49129.0962.2631.18
Hex1E812D4D04131813e1f
Octal36201551150101612017637
Binary11110100000011011011001101010000011100011000000111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E812D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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