Shades of Pine Green #02756F
Tints of Pine Green #02756F
RGB
CMYK
RGB Variations
Color information
#02756F (or 0x02756F) is known color: Pine Green. HEX triplet: 02, 75 and 6F. RGB value is (2,117,111). Sum of RGB (Red+Green+Blue) = 2+117+111=230 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 230); Green value is 117 (46.09% from 255 or 50.87% from 230); Blue value is 111 (43.75% from 255 or 48.26% from 230); Max value from RGB is 117 - color contains mainly: green. Hex color #02756F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02756F is #FD8A90. Grayscale: #515151. Windows color (decimal): -16616081 or 7304450. OLE color: 7304450.
HSL color Cylindrical-coordinate representation of color #02756F: hue angle of 176.87º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02756F is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 2 | 117 | 111 | - |
| CMYK | 0.98 | 0 | 0.05 | 0.54 |
| HSL | 176.87º | 0.97% | 0.23% | - |
| HSV(B) | 176.87º | 0.98% | 0.46% | - |
| XYZ | 9.26 | 13.88 | 17.23 | - |
| YUV | 81.93 | 144.4 | 70.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 117 | 111 | 0.98 | 0 | 0.05 | 0.54 | 176.87 | 0.97 | 0.23 |
| Hex | 2 | 75 | 6F | 62 | 0 | 5 | 36 | B1 | 61 | 17 |
| Octal | 2 | 165 | 157 | 142 | 0 | 5 | 66 | 261 | 141 | 27 |
| Binary | 10 | 1110101 | 1101111 | 1100010 | 0 | 101 | 110110 | 10110001 | 1100001 | 10111 |
Color Harmonies of #02756F
Complementary color
Monochromatic Colors of #02756F
Black with #02756F
Text Example
Text Example
White with #02756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02756F; }
p { color: rgb(2,117,111); }
H1.HeaderClassName
{
color: #02756F;
}
.AnyTagClassName
{
color: #02756F;
}
</style>
background-color css
<style>
a { background-color: #02756F; }
a { background-color: rgb(2,117,111); }
div.DivClassName
{
background-color: #02756F;
}
.BgClassName
{
background-color: #02756F;
}
</style>
border-color css
<style>
span { border-color: #02756F; }
span { border-color: rgb(2,117,111); }
td.TdClassName
{
border-color: #02756F;
}
.TagClassName
{
border-color: #02756F;
}
</style>