#2D911F

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

Shades of Forest Green #2D911F

Tints of Forest Green #2D911F

Color information

#2D911F (or 0x2D911F) is unknown color: approx Forest Green. HEX triplet: 2D, 91 and 1F. RGB value is (45,145,31). Sum of RGB (Red+Green+Blue) = 45+145+31=221 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.36% from 221); Green value is 145 (57.03% from 255 or 65.61% from 221); Blue value is 31 (12.5% from 255 or 14.03% from 221); Max value from RGB is 145 - color contains mainly: green. Hex color #2D911F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D911F is #D26EE0. Grayscale: #666666. Windows color (decimal): -13790945 or 2068781. OLE color: 2068781.

HSL color Cylindrical-coordinate representation of color #2D911F: hue angle of 112.63º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D911F is Cyan = 0.69, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB4514531-
CMYK0.6900.790.43
HSL112.63º64.77%34.51%-
HSV(B)112.63º78.62%56.86%-
XYZ11.4520.914.73-
YUV102.187.8787.27-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.36%
GREEN value IS 145 (57.03% from 255) = 65.61%
BLUE value IS 31 (12.5% from 255) = 14.03%
R=20.36%
G=65.61%
B=14.03%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal45145310.6900.790.43112.6364.7734.51
Hex2D911F4504F2B714123
Octal552213710501175316110143
Binary101101100100011111110001010100111110101111100011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D911F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,145,31); }

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

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

 a { background-color: rgb(45,145,31); }

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

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

 span { border-color: rgb(45,145,31); }

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