Shades of Forest Green #0D932B
Tints of Forest Green #0D932B
RGB
CMYK
RGB Variations
Color information
#0D932B (or 0x0D932B) is known color: Forest Green. HEX triplet: 0D, 93 and 2B. RGB value is (13,147,43). Sum of RGB (Red+Green+Blue) = 13+147+43=203 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.40% from 203); Green value is 147 (57.81% from 255 or 72.41% from 203); Blue value is 43 (17.19% from 255 or 21.18% from 203); Max value from RGB is 147 - color contains mainly: green. Hex color #0D932B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D932B is #F26CD4. Grayscale: #5F5F5F. Windows color (decimal): -15887573 or 2855693. OLE color: 2855693.
HSL color Cylindrical-coordinate representation of color #0D932B: hue angle of 133.43º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D932B is Cyan = 0.91, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 147 | 43 | - |
| CMYK | 0.91 | 0 | 0.71 | 0.42 |
| HSL | 133.43º | 0.84% | 0.31% | - |
| HSV(B) | 133.43º | 0.91% | 0.58% | - |
| XYZ | 11.04 | 21.13 | 5.78 | - |
| YUV | 95.08 | 98.61 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 147 | 43 | 0.91 | 0 | 0.71 | 0.42 | 133.43 | 0.84 | 0.31 |
| Hex | D | 93 | 2B | 5B | 0 | 47 | 2A | 85 | 54 | 1F |
| Octal | 15 | 223 | 53 | 133 | 0 | 107 | 52 | 205 | 124 | 37 |
| Binary | 1101 | 10010011 | 101011 | 1011011 | 0 | 1000111 | 101010 | 10000101 | 1010100 | 11111 |
Color Harmonies of #0D932B
Complementary color
Monochromatic Colors of #0D932B
Black with #0D932B
Text Example
Text Example
White with #0D932B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D932B; }
p { color: rgb(13,147,43); }
H1.HeaderClassName
{
color: #0D932B;
}
.AnyTagClassName
{
color: #0D932B;
}
</style>
background-color css
<style>
a { background-color: #0D932B; }
a { background-color: rgb(13,147,43); }
div.DivClassName
{
background-color: #0D932B;
}
.BgClassName
{
background-color: #0D932B;
}
</style>
border-color css
<style>
span { border-color: #0D932B; }
span { border-color: rgb(13,147,43); }
td.TdClassName
{
border-color: #0D932B;
}
.TagClassName
{
border-color: #0D932B;
}
</style>