Shades of Pine Green #007272
Tints of Pine Green #007272
RGB
CMYK
RGB Variations
Color information
#007272 (or 0x007272) is known color: Pine Green. HEX triplet: 00, 72 and 72. RGB value is (0,114,114). Sum of RGB (Red+Green+Blue) = 0+114+114=228 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 228); Green value is 114 (44.92% from 255 or 50% from 228); Blue value is 114 (44.92% from 255 or 50% from 228); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #007272 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007272 is #FF8D8D. Grayscale: #4F4F4F. Windows color (decimal): -16747918 or 7500288. OLE color: 7500288.
HSL color Cylindrical-coordinate representation of color #007272: hue angle of 180º 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 #007272 is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 114 | 114 | - |
| CMYK | 1 | 0 | 0 | 0.55 |
| HSL | 180º | 1% | 0.22% | - |
| HSV(B) | 180º | 1% | 0.45% | - |
| XYZ | 9.05 | 13.25 | 18 | - |
| YUV | 79.91 | 147.23 | 71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 114 | 114 | 1 | 0 | 0 | 0.55 | 180 | 1 | 0.22 |
| Hex | 0 | 72 | 72 | 64 | 0 | 0 | 37 | B4 | 64 | 16 |
| Octal | 0 | 162 | 162 | 144 | 0 | 0 | 67 | 264 | 144 | 26 |
| Binary | 0 | 1110010 | 1110010 | 1100100 | 0 | 0 | 110111 | 10110100 | 1100100 | 10110 |
Color Harmonies of #007272
Complementary color
Monochromatic Colors of #007272
Black with #007272
Text Example
Text Example
White with #007272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007272; }
p { color: rgb(0,114,114); }
H1.HeaderClassName
{
color: #007272;
}
.AnyTagClassName
{
color: #007272;
}
</style>
background-color css
<style>
a { background-color: #007272; }
a { background-color: rgb(0,114,114); }
div.DivClassName
{
background-color: #007272;
}
.BgClassName
{
background-color: #007272;
}
</style>
border-color css
<style>
span { border-color: #007272; }
span { border-color: rgb(0,114,114); }
td.TdClassName
{
border-color: #007272;
}
.TagClassName
{
border-color: #007272;
}
</style>