Shades of Forest Green #0D932F
Tints of Forest Green #0D932F
RGB
CMYK
RGB Variations
Color information
#0D932F (or 0x0D932F) is known color: Forest Green. HEX triplet: 0D, 93 and 2F. RGB value is (13,147,47). Sum of RGB (Red+Green+Blue) = 13+147+47=207 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.28% from 207); Green value is 147 (57.81% from 255 or 71.01% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 147 - color contains mainly: green. Hex color #0D932F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D932F is #F26CD0. Grayscale: #5F5F5F. Windows color (decimal): -15887569 or 3117837. OLE color: 3117837.
HSL color Cylindrical-coordinate representation of color #0D932F: hue angle of 135.22º 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 #0D932F is Cyan = 0.91, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 147 | 47 | - |
| CMYK | 0.91 | 0 | 0.68 | 0.42 |
| HSL | 135.22º | 0.84% | 0.31% | - |
| HSV(B) | 135.22º | 0.91% | 0.58% | - |
| XYZ | 11.11 | 21.16 | 6.19 | - |
| YUV | 95.53 | 100.61 | 69.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 147 | 47 | 0.91 | 0 | 0.68 | 0.42 | 135.22 | 0.84 | 0.31 |
| Hex | D | 93 | 2F | 5B | 0 | 44 | 2A | 87 | 54 | 1F |
| Octal | 15 | 223 | 57 | 133 | 0 | 104 | 52 | 207 | 124 | 37 |
| Binary | 1101 | 10010011 | 101111 | 1011011 | 0 | 1000100 | 101010 | 10000111 | 1010100 | 11111 |
Color Harmonies of #0D932F
Complementary color
Monochromatic Colors of #0D932F
Black with #0D932F
Text Example
Text Example
White with #0D932F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D932F; }
p { color: rgb(13,147,47); }
H1.HeaderClassName
{
color: #0D932F;
}
.AnyTagClassName
{
color: #0D932F;
}
</style>
background-color css
<style>
a { background-color: #0D932F; }
a { background-color: rgb(13,147,47); }
div.DivClassName
{
background-color: #0D932F;
}
.BgClassName
{
background-color: #0D932F;
}
</style>
border-color css
<style>
span { border-color: #0D932F; }
span { border-color: rgb(13,147,47); }
td.TdClassName
{
border-color: #0D932F;
}
.TagClassName
{
border-color: #0D932F;
}
</style>