Shades of Pine Green #0D8472
Tints of Pine Green #0D8472
RGB
CMYK
RGB Variations
Color information
#0D8472 (or 0x0D8472) is known color: Pine Green. HEX triplet: 0D, 84 and 72. RGB value is (13,132,114). Sum of RGB (Red+Green+Blue) = 13+132+114=259 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.02% from 259); Green value is 132 (51.95% from 255 or 50.97% from 259); Blue value is 114 (44.92% from 255 or 44.02% from 259); Max value from RGB is 132 - color contains mainly: green. Hex color #0D8472 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8472 is #F27B8D. Grayscale: #5E5E5E. Windows color (decimal): -15891342 or 7504909. OLE color: 7504909.
HSL color Cylindrical-coordinate representation of color #0D8472: hue angle of 170.92º 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 #0D8472 is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 132 | 114 | - |
| CMYK | 0.90 | 0 | 0.14 | 0.48 |
| HSL | 170.92º | 0.82% | 0.28% | - |
| HSV(B) | 170.92º | 0.9% | 0.52% | - |
| XYZ | 11.45 | 17.8 | 18.75 | - |
| YUV | 94.37 | 139.08 | 69.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 132 | 114 | 0.90 | 0 | 0.14 | 0.48 | 170.92 | 0.82 | 0.28 |
| Hex | D | 84 | 72 | 5A | 0 | E | 30 | AB | 52 | 1C |
| Octal | 15 | 204 | 162 | 132 | 0 | 16 | 60 | 253 | 122 | 34 |
| Binary | 1101 | 10000100 | 1110010 | 1011010 | 0 | 1110 | 110000 | 10101011 | 1010010 | 11100 |
Color Harmonies of #0D8472
Complementary color
Monochromatic Colors of #0D8472
Black with #0D8472
Text Example
Text Example
White with #0D8472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8472; }
p { color: rgb(13,132,114); }
H1.HeaderClassName
{
color: #0D8472;
}
.AnyTagClassName
{
color: #0D8472;
}
</style>
background-color css
<style>
a { background-color: #0D8472; }
a { background-color: rgb(13,132,114); }
div.DivClassName
{
background-color: #0D8472;
}
.BgClassName
{
background-color: #0D8472;
}
</style>
border-color css
<style>
span { border-color: #0D8472; }
span { border-color: rgb(13,132,114); }
td.TdClassName
{
border-color: #0D8472;
}
.TagClassName
{
border-color: #0D8472;
}
</style>