#2D890D

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

Shades of Forest Green #2D890D

Tints of Forest Green #2D890D

Color information

#2D890D (or 0x2D890D) is unknown color: approx Forest Green. HEX triplet: 2D, 89 and 0D. RGB value is (45,137,13). Sum of RGB (Red+Green+Blue) = 45+137+13=195 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.08% from 195); Green value is 137 (53.91% from 255 or 70.26% from 195); Blue value is 13 (5.47% from 255 or 6.67% from 195); Max value from RGB is 137 - color contains mainly: green. Hex color #2D890D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D890D is #D276F2. Grayscale: #5F5F5F. Windows color (decimal): -13793011 or 887085. OLE color: 887085.

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

Color convert

RGB4513713-
CMYK0.6700.910.46
HSL104.52º82.67%29.41%-
HSV(B)104.52º90.51%53.73%-
XYZ10.118.483.42-
YUV95.3681.5292.08-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.08%
GREEN value IS 137 (53.91% from 255) = 70.26%
BLUE value IS 13 (5.47% from 255) = 6.67%
R=23.08%
G=70.26%
B=6.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal45137130.6700.910.46104.5282.6729.41
Hex2D89D4305B2E69531d
Octal552111510301335615112335
Binary1011011000100111011000011010110111011101101001101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D890D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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