Shades of Pine Green #02726B
Tints of Pine Green #02726B
RGB
CMYK
RGB Variations
Color information
#02726B (or 0x02726B) is known color: Pine Green. HEX triplet: 02, 72 and 6B. RGB value is (2,114,107). Sum of RGB (Red+Green+Blue) = 2+114+107=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 114 (44.92% from 255 or 51.12% from 223); Blue value is 107 (42.19% from 255 or 47.98% from 223); Max value from RGB is 114 - color contains mainly: green. Hex color #02726B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02726B is #FD8D94. Grayscale: #4F4F4F. Windows color (decimal): -16616853 or 7041538. OLE color: 7041538.
HSL color Cylindrical-coordinate representation of color #02726B: hue angle of 176.25º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02726B is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 2 | 114 | 107 | - |
| CMYK | 0.98 | 0 | 0.06 | 0.55 |
| HSL | 176.25º | 0.97% | 0.23% | - |
| HSV(B) | 176.25º | 0.98% | 0.45% | - |
| XYZ | 8.7 | 13.11 | 15.98 | - |
| YUV | 79.71 | 143.39 | 72.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 114 | 107 | 0.98 | 0 | 0.06 | 0.55 | 176.25 | 0.97 | 0.23 |
| Hex | 2 | 72 | 6B | 62 | 0 | 6 | 37 | B0 | 61 | 17 |
| Octal | 2 | 162 | 153 | 142 | 0 | 6 | 67 | 260 | 141 | 27 |
| Binary | 10 | 1110010 | 1101011 | 1100010 | 0 | 110 | 110111 | 10110000 | 1100001 | 10111 |
Color Harmonies of #02726B
Complementary color
Monochromatic Colors of #02726B
Black with #02726B
Text Example
Text Example
White with #02726B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02726B; }
p { color: rgb(2,114,107); }
H1.HeaderClassName
{
color: #02726B;
}
.AnyTagClassName
{
color: #02726B;
}
</style>
background-color css
<style>
a { background-color: #02726B; }
a { background-color: rgb(2,114,107); }
div.DivClassName
{
background-color: #02726B;
}
.BgClassName
{
background-color: #02726B;
}
</style>
border-color css
<style>
span { border-color: #02726B; }
span { border-color: rgb(2,114,107); }
td.TdClassName
{
border-color: #02726B;
}
.TagClassName
{
border-color: #02726B;
}
</style>