#2D890F

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

Shades of Forest Green #2D890F

Tints of Forest Green #2D890F

Color information

#2D890F (or 0x2D890F) is unknown color: approx Forest Green. HEX triplet: 2D, 89 and 0F. RGB value is (45,137,15). Sum of RGB (Red+Green+Blue) = 45+137+15=197 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.84% from 197); Green value is 137 (53.91% from 255 or 69.54% from 197); Blue value is 15 (6.25% from 255 or 7.61% from 197); Max value from RGB is 137 - color contains mainly: green. Hex color #2D890F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D890F is #D276F0. Grayscale: #5F5F5F. Windows color (decimal): -13793009 or 1018157. OLE color: 1018157.

HSL color Cylindrical-coordinate representation of color #2D890F: hue angle of 105.25º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2D890F is Cyan = 0.67, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.46.

Color convert

RGB4513715-
CMYK0.6700.890.46
HSL105.25º80.26%29.8%-
HSV(B)105.25º89.05%53.73%-
XYZ10.1118.483.49-
YUV95.5882.5291.92-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 22.84%
GREEN value IS 137 (53.91% from 255) = 69.54%
BLUE value IS 15 (6.25% from 255) = 7.61%
R=22.84%
G=69.54%
B=7.61%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal45137150.6700.890.46105.2580.2629.8
Hex2D89F430592E69501e
Octal552111710301315615112036
Binary1011011000100111111000011010110011011101101001101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D890F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,137,15); }

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

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

 a { background-color: rgb(45,137,15); }

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

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

 span { border-color: rgb(45,137,15); }

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