Shades of Pine Green #0F8275
Tints of Pine Green #0F8275
RGB
CMYK
RGB Variations
Color information
#0F8275 (or 0x0F8275) is known color: Pine Green. HEX triplet: 0F, 82 and 75. RGB value is (15,130,117). Sum of RGB (Red+Green+Blue) = 15+130+117=262 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.73% from 262); Green value is 130 (51.17% from 255 or 49.62% from 262); Blue value is 117 (46.09% from 255 or 44.66% from 262); Max value from RGB is 130 - color contains mainly: green. Hex color #0F8275 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8275 is #F07D8A. Grayscale: #5E5E5E. Windows color (decimal): -15760779 or 7701007. OLE color: 7701007.
HSL color Cylindrical-coordinate representation of color #0F8275: hue angle of 173.22º 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 #0F8275 is Cyan = 0.88, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 15 | 130 | 117 | - |
| CMYK | 0.88 | 0 | 0.1 | 0.49 |
| HSL | 173.22º | 0.79% | 0.28% | - |
| HSV(B) | 173.22º | 0.88% | 0.51% | - |
| XYZ | 11.39 | 17.35 | 19.58 | - |
| YUV | 94.13 | 140.9 | 71.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 130 | 117 | 0.88 | 0 | 0.1 | 0.49 | 173.22 | 0.79 | 0.28 |
| Hex | F | 82 | 75 | 58 | 0 | A | 31 | AD | 4F | 1C |
| Octal | 17 | 202 | 165 | 130 | 0 | 12 | 61 | 255 | 117 | 34 |
| Binary | 1111 | 10000010 | 1110101 | 1011000 | 0 | 1010 | 110001 | 10101101 | 1001111 | 11100 |
Color Harmonies of #0F8275
Complementary color
Monochromatic Colors of #0F8275
Black with #0F8275
Text Example
Text Example
White with #0F8275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8275; }
p { color: rgb(15,130,117); }
H1.HeaderClassName
{
color: #0F8275;
}
.AnyTagClassName
{
color: #0F8275;
}
</style>
background-color css
<style>
a { background-color: #0F8275; }
a { background-color: rgb(15,130,117); }
div.DivClassName
{
background-color: #0F8275;
}
.BgClassName
{
background-color: #0F8275;
}
</style>
border-color css
<style>
span { border-color: #0F8275; }
span { border-color: rgb(15,130,117); }
td.TdClassName
{
border-color: #0F8275;
}
.TagClassName
{
border-color: #0F8275;
}
</style>