Shades of Pine Green #0F7271
Tints of Pine Green #0F7271
RGB
CMYK
RGB Variations
Color information
#0F7271 (or 0x0F7271) is known color: Pine Green. HEX triplet: 0F, 72 and 71. RGB value is (15,114,113). Sum of RGB (Red+Green+Blue) = 15+114+113=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 114 (44.92% from 255 or 47.11% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 114 - color contains mainly: green. Hex color #0F7271 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7271 is #F08D8E. Grayscale: #545454. Windows color (decimal): -15764879 or 7434767. OLE color: 7434767.
HSL color Cylindrical-coordinate representation of color #0F7271: hue angle of 179.39º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F7271 is Cyan = 0.87, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 15 | 114 | 113 | - |
| CMYK | 0.87 | 0 | 0.01 | 0.55 |
| HSL | 179.39º | 0.77% | 0.25% | - |
| HSV(B) | 179.39º | 0.87% | 0.45% | - |
| XYZ | 9.19 | 13.33 | 17.71 | - |
| YUV | 84.29 | 144.2 | 78.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 114 | 113 | 0.87 | 0 | 0.01 | 0.55 | 179.39 | 0.77 | 0.25 |
| Hex | F | 72 | 71 | 57 | 0 | 1 | 37 | B3 | 4D | 19 |
| Octal | 17 | 162 | 161 | 127 | 0 | 1 | 67 | 263 | 115 | 31 |
| Binary | 1111 | 1110010 | 1110001 | 1010111 | 0 | 1 | 110111 | 10110011 | 1001101 | 11001 |
Color Harmonies of #0F7271
Complementary color
Monochromatic Colors of #0F7271
Black with #0F7271
Text Example
Text Example
White with #0F7271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7271; }
p { color: rgb(15,114,113); }
H1.HeaderClassName
{
color: #0F7271;
}
.AnyTagClassName
{
color: #0F7271;
}
</style>
background-color css
<style>
a { background-color: #0F7271; }
a { background-color: rgb(15,114,113); }
div.DivClassName
{
background-color: #0F7271;
}
.BgClassName
{
background-color: #0F7271;
}
</style>
border-color css
<style>
span { border-color: #0F7271; }
span { border-color: rgb(15,114,113); }
td.TdClassName
{
border-color: #0F7271;
}
.TagClassName
{
border-color: #0F7271;
}
</style>