Shades of Pine Green #027767
Tints of Pine Green #027767
RGB
CMYK
RGB Variations
Color information
#027767 (or 0x027767) is known color: Pine Green. HEX triplet: 02, 77 and 67. RGB value is (2,119,103). Sum of RGB (Red+Green+Blue) = 2+119+103=224 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 224); Green value is 119 (46.88% from 255 or 53.12% from 224); Blue value is 103 (40.62% from 255 or 45.98% from 224); Max value from RGB is 119 - color contains mainly: green. Hex color #027767 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027767 is #FD8898. Grayscale: #525252. Windows color (decimal): -16615577 or 6780674. OLE color: 6780674.
HSL color Cylindrical-coordinate representation of color #027767: hue angle of 171.79º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027767 is Cyan = 0.98, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 2 | 119 | 103 | - |
| CMYK | 0.98 | 0 | 0.13 | 0.53 |
| HSL | 171.79º | 0.97% | 0.24% | - |
| HSV(B) | 171.79º | 0.98% | 0.47% | - |
| XYZ | 9.07 | 14.19 | 15.09 | - |
| YUV | 82.19 | 139.74 | 70.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 119 | 103 | 0.98 | 0 | 0.13 | 0.53 | 171.79 | 0.97 | 0.24 |
| Hex | 2 | 77 | 67 | 62 | 0 | D | 35 | AC | 61 | 18 |
| Octal | 2 | 167 | 147 | 142 | 0 | 15 | 65 | 254 | 141 | 30 |
| Binary | 10 | 1110111 | 1100111 | 1100010 | 0 | 1101 | 110101 | 10101100 | 1100001 | 11000 |
Color Harmonies of #027767
Complementary color
Monochromatic Colors of #027767
Black with #027767
Text Example
Text Example
White with #027767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027767; }
p { color: rgb(2,119,103); }
H1.HeaderClassName
{
color: #027767;
}
.AnyTagClassName
{
color: #027767;
}
</style>
background-color css
<style>
a { background-color: #027767; }
a { background-color: rgb(2,119,103); }
div.DivClassName
{
background-color: #027767;
}
.BgClassName
{
background-color: #027767;
}
</style>
border-color css
<style>
span { border-color: #027767; }
span { border-color: rgb(2,119,103); }
td.TdClassName
{
border-color: #027767;
}
.TagClassName
{
border-color: #027767;
}
</style>