Shades of Pine Green #0D8274
Tints of Pine Green #0D8274
RGB
CMYK
RGB Variations
Color information
#0D8274 (or 0x0D8274) is known color: Pine Green. HEX triplet: 0D, 82 and 74. RGB value is (13,130,116). Sum of RGB (Red+Green+Blue) = 13+130+116=259 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.02% from 259); Green value is 130 (51.17% from 255 or 50.19% from 259); Blue value is 116 (45.70% from 255 or 44.79% from 259); Max value from RGB is 130 - color contains mainly: green. Hex color #0D8274 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8274 is #F27D8B. Grayscale: #5D5D5D. Windows color (decimal): -15891852 or 7635469. OLE color: 7635469.
HSL color Cylindrical-coordinate representation of color #0D8274: hue angle of 172.82º 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 #0D8274 is Cyan = 0.9, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 13 | 130 | 116 | - |
| CMYK | 0.9 | 0 | 0.11 | 0.49 |
| HSL | 172.82º | 0.82% | 0.28% | - |
| HSV(B) | 172.82º | 0.9% | 0.51% | - |
| XYZ | 11.3 | 17.31 | 19.27 | - |
| YUV | 93.42 | 140.74 | 70.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 130 | 116 | 0.9 | 0 | 0.11 | 0.49 | 172.82 | 0.82 | 0.28 |
| Hex | D | 82 | 74 | 5A | 0 | B | 31 | AD | 52 | 1C |
| Octal | 15 | 202 | 164 | 132 | 0 | 13 | 61 | 255 | 122 | 34 |
| Binary | 1101 | 10000010 | 1110100 | 1011010 | 0 | 1011 | 110001 | 10101101 | 1010010 | 11100 |
Color Harmonies of #0D8274
Complementary color
Monochromatic Colors of #0D8274
Black with #0D8274
Text Example
Text Example
White with #0D8274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8274; }
p { color: rgb(13,130,116); }
H1.HeaderClassName
{
color: #0D8274;
}
.AnyTagClassName
{
color: #0D8274;
}
</style>
background-color css
<style>
a { background-color: #0D8274; }
a { background-color: rgb(13,130,116); }
div.DivClassName
{
background-color: #0D8274;
}
.BgClassName
{
background-color: #0D8274;
}
</style>
border-color css
<style>
span { border-color: #0D8274; }
span { border-color: rgb(13,130,116); }
td.TdClassName
{
border-color: #0D8274;
}
.TagClassName
{
border-color: #0D8274;
}
</style>