Shades of Pine Green #0D8273
Tints of Pine Green #0D8273
RGB
CMYK
RGB Variations
Color information
#0D8273 (or 0x0D8273) is known color: Pine Green. HEX triplet: 0D, 82 and 73. RGB value is (13,130,115). Sum of RGB (Red+Green+Blue) = 13+130+115=258 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.04% from 258); Green value is 130 (51.17% from 255 or 50.39% from 258); Blue value is 115 (45.31% from 255 or 44.57% from 258); Max value from RGB is 130 - color contains mainly: green. Hex color #0D8273 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8273 is #F27D8C. Grayscale: #5D5D5D. Windows color (decimal): -15891853 or 7569933. OLE color: 7569933.
HSL color Cylindrical-coordinate representation of color #0D8273: hue angle of 172.31º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D8273 is Cyan = 0.9, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 13 | 130 | 115 | - |
| CMYK | 0.9 | 0 | 0.12 | 0.49 |
| HSL | 172.31º | 0.82% | 0.28% | - |
| HSV(B) | 172.31º | 0.9% | 0.51% | - |
| XYZ | 11.24 | 17.29 | 18.96 | - |
| YUV | 93.31 | 140.24 | 70.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 130 | 115 | 0.9 | 0 | 0.12 | 0.49 | 172.31 | 0.82 | 0.28 |
| Hex | D | 82 | 73 | 5A | 0 | C | 31 | AC | 52 | 1C |
| Octal | 15 | 202 | 163 | 132 | 0 | 14 | 61 | 254 | 122 | 34 |
| Binary | 1101 | 10000010 | 1110011 | 1011010 | 0 | 1100 | 110001 | 10101100 | 1010010 | 11100 |
Color Harmonies of #0D8273
Complementary color
Monochromatic Colors of #0D8273
Black with #0D8273
Text Example
Text Example
White with #0D8273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8273; }
p { color: rgb(13,130,115); }
H1.HeaderClassName
{
color: #0D8273;
}
.AnyTagClassName
{
color: #0D8273;
}
</style>
background-color css
<style>
a { background-color: #0D8273; }
a { background-color: rgb(13,130,115); }
div.DivClassName
{
background-color: #0D8273;
}
.BgClassName
{
background-color: #0D8273;
}
</style>
border-color css
<style>
span { border-color: #0D8273; }
span { border-color: rgb(13,130,115); }
td.TdClassName
{
border-color: #0D8273;
}
.TagClassName
{
border-color: #0D8273;
}
</style>