Shades of Pine Green #007271
Tints of Pine Green #007271
RGB
CMYK
RGB Variations
Color information
#007271 (or 0x007271) is known color: Pine Green. HEX triplet: 00, 72 and 71. RGB value is (0,114,113). Sum of RGB (Red+Green+Blue) = 0+114+113=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 114 (44.92% from 255 or 50.22% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 114 - color contains mainly: green. Hex color #007271 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007271 is #FF8D8E. Grayscale: #4F4F4F. Windows color (decimal): -16747919 or 7434752. OLE color: 7434752.
HSL color Cylindrical-coordinate representation of color #007271: hue angle of 179.47º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007271 is Cyan = 1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 114 | 113 | - |
| CMYK | 1 | 0 | 0.01 | 0.55 |
| HSL | 179.47º | 1% | 0.22% | - |
| HSV(B) | 179.47º | 1% | 0.45% | - |
| XYZ | 9 | 13.23 | 17.7 | - |
| YUV | 79.8 | 146.73 | 71.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 114 | 113 | 1 | 0 | 0.01 | 0.55 | 179.47 | 1 | 0.22 |
| Hex | 0 | 72 | 71 | 64 | 0 | 1 | 37 | B3 | 64 | 16 |
| Octal | 0 | 162 | 161 | 144 | 0 | 1 | 67 | 263 | 144 | 26 |
| Binary | 0 | 1110010 | 1110001 | 1100100 | 0 | 1 | 110111 | 10110011 | 1100100 | 10110 |
Color Harmonies of #007271
Complementary color
Monochromatic Colors of #007271
Black with #007271
Text Example
Text Example
White with #007271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007271; }
p { color: rgb(0,114,113); }
H1.HeaderClassName
{
color: #007271;
}
.AnyTagClassName
{
color: #007271;
}
</style>
background-color css
<style>
a { background-color: #007271; }
a { background-color: rgb(0,114,113); }
div.DivClassName
{
background-color: #007271;
}
.BgClassName
{
background-color: #007271;
}
</style>
border-color css
<style>
span { border-color: #007271; }
span { border-color: rgb(0,114,113); }
td.TdClassName
{
border-color: #007271;
}
.TagClassName
{
border-color: #007271;
}
</style>