#2d881f

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

Shades of Forest Green #2D881F

Tints of Forest Green #2D881F

Color information

#2D881F (or 0x2D881F) is unknown color: approx Forest Green. HEX triplet: 2D, 88 and 1F. RGB value is (45,136,31). Sum of RGB (Red+Green+Blue) = 45+136+31=212 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.23% from 212); Green value is 136 (53.52% from 255 or 64.15% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 136 - color contains mainly: green. Hex color #2D881F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D881F is #D277E0. Grayscale: #616161. Windows color (decimal): -13793249 or 2066477. OLE color: 2066477.

HSL color Cylindrical-coordinate representation of color #2D881F: hue angle of 112º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D881F is Cyan = 0.67, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB4513631-
CMYK0.6700.770.47
HSL112º62.87%32.75%-
HSV(B)112º77.21%53.33%-
XYZ10.1318.274.29-
YUV96.8290.8591.04-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.23%
GREEN value IS 136 (53.52% from 255) = 64.15%
BLUE value IS 31 (12.5% from 255) = 14.62%
R=21.23%
G=64.15%
B=14.62%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal45136310.6700.770.4711262.8732.75
Hex2D881F4304D2F703f21
Octal55210371030115571607741
Binary10110110001000111111000011010011011011111110000111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d881f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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