#0D961D

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

Shades of Forest Green #0D961D

Tints of Forest Green #0D961D

Color information

#0D961D (or 0x0D961D) is unknown color: approx Forest Green. HEX triplet: 0D, 96 and 1D. RGB value is (13,150,29). Sum of RGB (Red+Green+Blue) = 13+150+29=192 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.77% from 192); Green value is 150 (58.98% from 255 or 78.12% from 192); Blue value is 29 (11.72% from 255 or 15.10% from 192); Max value from RGB is 150 - color contains mainly: green. Hex color #0D961D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D961D is #F269E2. Grayscale: #5F5F5F. Windows color (decimal): -15886819 or 1938957. OLE color: 1938957.

HSL color Cylindrical-coordinate representation of color #0D961D: hue angle of 127.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 #0D961D is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB1315029-
CMYK0.9100.810.41
HSL127.01º84.05%31.96%-
HSV(B)127.01º91.33%58.82%-
XYZ11.2921.994.81-
YUV95.2490.6169.34-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.77%
GREEN value IS 150 (58.98% from 255) = 78.12%
BLUE value IS 29 (11.72% from 255) = 15.10%
R=6.77%
G=78.12%
B=15.10%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal13150290.9100.810.41127.0184.0531.96
HexD961D5B051297f5420
Octal152263513301215117712440
Binary1101100101101110110110110101000110100111111111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D961D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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