#2D811E

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

Shades of Forest Green #2D811E

Tints of Forest Green #2D811E

Color information

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

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

Color convert

RGB4512930-
CMYK0.6500.770.49
HSL110.91º62.26%31.18%-
HSV(B)110.91º76.74%50.59%-
XYZ9.1716.353.9-
YUV92.692.6794.05-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal45129300.6500.770.49110.9162.2631.18
Hex2D811E4104D316f3e1f
Octal55201361010115611577637
Binary1011011000000111110100000101001101110001110111111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D811E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D811E; }

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

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

<style>
 a { background-color: #2D811E; }

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

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

<style>
 span { border-color: #2D811E; }

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

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