Shades of Pine Green #0F8274
Tints of Pine Green #0F8274
RGB
CMYK
RGB Variations
Color information
#0F8274 (or 0x0F8274) is known color: Pine Green. HEX triplet: 0F, 82 and 74. RGB value is (15,130,116). Sum of RGB (Red+Green+Blue) = 15+130+116=261 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.75% from 261); Green value is 130 (51.17% from 255 or 49.81% from 261); Blue value is 116 (45.70% from 255 or 44.44% from 261); Max value from RGB is 130 - color contains mainly: green. Hex color #0F8274 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8274 is #F07D8B. Grayscale: #5D5D5D. Windows color (decimal): -15760780 or 7635471. OLE color: 7635471.
HSL color Cylindrical-coordinate representation of color #0F8274: hue angle of 172.7º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F8274 is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 15 | 130 | 116 | - |
| CMYK | 0.88 | 0 | 0.11 | 0.49 |
| HSL | 172.7º | 0.79% | 0.28% | - |
| HSV(B) | 172.7º | 0.88% | 0.51% | - |
| XYZ | 11.33 | 17.33 | 19.27 | - |
| YUV | 94.02 | 140.4 | 71.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 130 | 116 | 0.88 | 0 | 0.11 | 0.49 | 172.7 | 0.79 | 0.28 |
| Hex | F | 82 | 74 | 58 | 0 | B | 31 | AD | 4F | 1C |
| Octal | 17 | 202 | 164 | 130 | 0 | 13 | 61 | 255 | 117 | 34 |
| Binary | 1111 | 10000010 | 1110100 | 1011000 | 0 | 1011 | 110001 | 10101101 | 1001111 | 11100 |
Color Harmonies of #0F8274
Complementary color
Monochromatic Colors of #0F8274
Black with #0F8274
Text Example
Text Example
White with #0F8274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8274; }
p { color: rgb(15,130,116); }
H1.HeaderClassName
{
color: #0F8274;
}
.AnyTagClassName
{
color: #0F8274;
}
</style>
background-color css
<style>
a { background-color: #0F8274; }
a { background-color: rgb(15,130,116); }
div.DivClassName
{
background-color: #0F8274;
}
.BgClassName
{
background-color: #0F8274;
}
</style>
border-color css
<style>
span { border-color: #0F8274; }
span { border-color: rgb(15,130,116); }
td.TdClassName
{
border-color: #0F8274;
}
.TagClassName
{
border-color: #0F8274;
}
</style>