Shades of Forest Green #0D9327
Tints of Forest Green #0D9327
RGB
CMYK
RGB Variations
Color information
#0D9327 (or 0x0D9327) is known color: Forest Green. HEX triplet: 0D, 93 and 27. RGB value is (13,147,39). Sum of RGB (Red+Green+Blue) = 13+147+39=199 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.53% from 199); Green value is 147 (57.81% from 255 or 73.87% from 199); Blue value is 39 (15.62% from 255 or 19.60% from 199); Max value from RGB is 147 - color contains mainly: green. Hex color #0D9327 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9327 is #F26CD8. Grayscale: #5E5E5E. Windows color (decimal): -15887577 or 2593549. OLE color: 2593549.
HSL color Cylindrical-coordinate representation of color #0D9327: hue angle of 131.64º 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 #0D9327 is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 147 | 39 | - |
| CMYK | 0.91 | 0 | 0.73 | 0.42 |
| HSL | 131.64º | 0.84% | 0.31% | - |
| HSV(B) | 131.64º | 0.91% | 0.58% | - |
| XYZ | 10.97 | 21.1 | 5.41 | - |
| YUV | 94.62 | 96.61 | 69.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 147 | 39 | 0.91 | 0 | 0.73 | 0.42 | 131.64 | 0.84 | 0.31 |
| Hex | D | 93 | 27 | 5B | 0 | 49 | 2A | 84 | 54 | 1F |
| Octal | 15 | 223 | 47 | 133 | 0 | 111 | 52 | 204 | 124 | 37 |
| Binary | 1101 | 10010011 | 100111 | 1011011 | 0 | 1001001 | 101010 | 10000100 | 1010100 | 11111 |
Color Harmonies of #0D9327
Complementary color
Monochromatic Colors of #0D9327
Black with #0D9327
Text Example
Text Example
White with #0D9327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9327; }
p { color: rgb(13,147,39); }
H1.HeaderClassName
{
color: #0D9327;
}
.AnyTagClassName
{
color: #0D9327;
}
</style>
background-color css
<style>
a { background-color: #0D9327; }
a { background-color: rgb(13,147,39); }
div.DivClassName
{
background-color: #0D9327;
}
.BgClassName
{
background-color: #0D9327;
}
</style>
border-color css
<style>
span { border-color: #0D9327; }
span { border-color: rgb(13,147,39); }
td.TdClassName
{
border-color: #0D9327;
}
.TagClassName
{
border-color: #0D9327;
}
</style>