#1E812E

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

Shades of Forest Green #1E812E

Tints of Forest Green #1E812E

Color information

#1E812E (or 0x1E812E) is unknown color: approx Forest Green. HEX triplet: 1E, 81 and 2E. RGB value is (30,129,46). Sum of RGB (Red+Green+Blue) = 30+129+46=205 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.63% from 205); Green value is 129 (50.78% from 255 or 62.93% from 205); Blue value is 46 (18.36% from 255 or 22.44% from 205); Max value from RGB is 129 - color contains mainly: green. Hex color #1E812E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E812E is #E17ED1. Grayscale: #5A5A5A. Windows color (decimal): -14778066 or 3047710. OLE color: 3047710.

HSL color Cylindrical-coordinate representation of color #1E812E: hue angle of 129.7º 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 #1E812E is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB3012946-
CMYK0.7700.640.49
HSL129.7º62.26%31.18%-
HSV(B)129.7º76.74%50.59%-
XYZ8.8816.175.24-
YUV89.94103.285.25-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.63%
GREEN value IS 129 (50.78% from 255) = 62.93%
BLUE value IS 46 (18.36% from 255) = 22.44%
R=14.63%
G=62.93%
B=22.44%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal30129460.7700.640.49129.762.2631.18
Hex1E812E4D04031823e1f
Octal36201561150100612027637
Binary11110100000011011101001101010000001100011000001011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E812E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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