Shades of Forest Green #0D9B20
Tints of Forest Green #0D9B20
RGB
CMYK
RGB Variations
Color information
#0D9B20 (or 0x0D9B20) is known color: Forest Green. HEX triplet: 0D, 9B and 20. RGB value is (13,155,32). Sum of RGB (Red+Green+Blue) = 13+155+32=200 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.5% from 200); Green value is 155 (60.94% from 255 or 77.5% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 155 - color contains mainly: green. Hex color #0D9B20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9B20 is #F264DF. Grayscale: #626262. Windows color (decimal): -15885536 or 2136845. OLE color: 2136845.
HSL color Cylindrical-coordinate representation of color #0D9B20: hue angle of 128.03º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9B20 is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 13 | 155 | 32 | - |
| CMYK | 0.92 | 0 | 0.79 | 0.39 |
| HSL | 128.03º | 0.85% | 0.33% | - |
| HSV(B) | 128.03º | 0.92% | 0.61% | - |
| XYZ | 12.15 | 23.63 | 5.29 | - |
| YUV | 98.52 | 90.46 | 67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 155 | 32 | 0.92 | 0 | 0.79 | 0.39 | 128.03 | 0.85 | 0.33 |
| Hex | D | 9B | 20 | 5C | 0 | 4F | 27 | 80 | 55 | 21 |
| Octal | 15 | 233 | 40 | 134 | 0 | 117 | 47 | 200 | 125 | 41 |
| Binary | 1101 | 10011011 | 100000 | 1011100 | 0 | 1001111 | 100111 | 10000000 | 1010101 | 100001 |
Color Harmonies of #0D9B20
Complementary color
Monochromatic Colors of #0D9B20
Black with #0D9B20
Text Example
Text Example
White with #0D9B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9B20; }
p { color: rgb(13,155,32); }
H1.HeaderClassName
{
color: #0D9B20;
}
.AnyTagClassName
{
color: #0D9B20;
}
</style>
background-color css
<style>
a { background-color: #0D9B20; }
a { background-color: rgb(13,155,32); }
div.DivClassName
{
background-color: #0D9B20;
}
.BgClassName
{
background-color: #0D9B20;
}
</style>
border-color css
<style>
span { border-color: #0D9B20; }
span { border-color: rgb(13,155,32); }
td.TdClassName
{
border-color: #0D9B20;
}
.TagClassName
{
border-color: #0D9B20;
}
</style>