Shades of Forest Green #0D8423
Tints of Forest Green #0D8423
RGB
CMYK
RGB Variations
Color information
#0D8423 (or 0x0D8423) is known color: Forest Green. HEX triplet: 0D, 84 and 23. RGB value is (13,132,35). Sum of RGB (Red+Green+Blue) = 13+132+35=180 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.22% from 180); Green value is 132 (51.95% from 255 or 73.33% from 180); Blue value is 35 (14.06% from 255 or 19.44% from 180); Max value from RGB is 132 - color contains mainly: green. Hex color #0D8423 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D8423 is #F27BDC. Grayscale: #555555. Windows color (decimal): -15891421 or 2327565. OLE color: 2327565.
HSL color Cylindrical-coordinate representation of color #0D8423: hue angle of 131.09º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D8423 is Cyan = 0.90, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 132 | 35 | - |
| CMYK | 0.90 | 0 | 0.73 | 0.48 |
| HSL | 131.09º | 0.82% | 0.28% | - |
| HSV(B) | 131.09º | 0.9% | 0.52% | - |
| XYZ | 8.72 | 16.71 | 4.36 | - |
| YUV | 85.36 | 99.58 | 76.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 132 | 35 | 0.90 | 0 | 0.73 | 0.48 | 131.09 | 0.82 | 0.28 |
| Hex | D | 84 | 23 | 5A | 0 | 49 | 30 | 83 | 52 | 1C |
| Octal | 15 | 204 | 43 | 132 | 0 | 111 | 60 | 203 | 122 | 34 |
| Binary | 1101 | 10000100 | 100011 | 1011010 | 0 | 1001001 | 110000 | 10000011 | 1010010 | 11100 |
Color Harmonies of #0D8423
Complementary color
Monochromatic Colors of #0D8423
Black with #0D8423
Text Example
Text Example
White with #0D8423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8423; }
p { color: rgb(13,132,35); }
H1.HeaderClassName
{
color: #0D8423;
}
.AnyTagClassName
{
color: #0D8423;
}
</style>
background-color css
<style>
a { background-color: #0D8423; }
a { background-color: rgb(13,132,35); }
div.DivClassName
{
background-color: #0D8423;
}
.BgClassName
{
background-color: #0D8423;
}
</style>
border-color css
<style>
span { border-color: #0D8423; }
span { border-color: rgb(13,132,35); }
td.TdClassName
{
border-color: #0D8423;
}
.TagClassName
{
border-color: #0D8423;
}
</style>