#0D962D

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

Shades of Forest Green #0D962D

Tints of Forest Green #0D962D

Color information

#0D962D (or 0x0D962D) is unknown color: approx Forest Green. HEX triplet: 0D, 96 and 2D. RGB value is (13,150,45). Sum of RGB (Red+Green+Blue) = 13+150+45=208 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.25% from 208); Green value is 150 (58.98% from 255 or 72.12% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 150 - color contains mainly: green. Hex color #0D962D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D962D is #F269D2. Grayscale: #616161. Windows color (decimal): -15886803 or 2987533. OLE color: 2987533.

HSL color Cylindrical-coordinate representation of color #0D962D: hue angle of 134.01º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D962D is Cyan = 0.91, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB1315045-
CMYK0.9100.700.41
HSL134.01º84.05%31.96%-
HSV(B)134.01º91.33%58.82%-
XYZ11.5522.096.14-
YUV97.0798.6168.04-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.25%
GREEN value IS 150 (58.98% from 255) = 72.12%
BLUE value IS 45 (17.97% from 255) = 21.63%
R=6.25%
G=72.12%
B=21.63%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal13150450.9100.700.41134.0184.0531.96
HexD962D5B04629865420
Octal152265513301065120612440
Binary110110010110101101101101101000110101001100001101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D962D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D962D; }

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

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

<style>
 a { background-color: #0D962D; }

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

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

<style>
 span { border-color: #0D962D; }

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

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