Shades of Pine Green #027E67
Tints of Pine Green #027E67
RGB
CMYK
RGB Variations
Color information
#027E67 (or 0x027E67) is known color: Pine Green. HEX triplet: 02, 7E and 67. RGB value is (2,126,103). Sum of RGB (Red+Green+Blue) = 2+126+103=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 126 (49.61% from 255 or 54.55% from 231); Blue value is 103 (40.62% from 255 or 44.59% from 231); Max value from RGB is 126 - color contains mainly: green. Hex color #027E67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027E67 is #FD8198. Grayscale: #565656. Windows color (decimal): -16613785 or 6782466. OLE color: 6782466.
HSL color Cylindrical-coordinate representation of color #027E67: hue angle of 168.87º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027E67 is Cyan = 0.98, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 126 | 103 | - |
| CMYK | 0.98 | 0 | 0.18 | 0.51 |
| HSL | 168.87º | 0.97% | 0.25% | - |
| HSV(B) | 168.87º | 0.98% | 0.49% | - |
| XYZ | 9.93 | 15.91 | 15.38 | - |
| YUV | 86.3 | 137.42 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 126 | 103 | 0.98 | 0 | 0.18 | 0.51 | 168.87 | 0.97 | 0.25 |
| Hex | 2 | 7E | 67 | 62 | 0 | 12 | 33 | A9 | 61 | 19 |
| Octal | 2 | 176 | 147 | 142 | 0 | 22 | 63 | 251 | 141 | 31 |
| Binary | 10 | 1111110 | 1100111 | 1100010 | 0 | 10010 | 110011 | 10101001 | 1100001 | 11001 |
Color Harmonies of #027E67
Complementary color
Monochromatic Colors of #027E67
Black with #027E67
Text Example
Text Example
White with #027E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027E67; }
p { color: rgb(2,126,103); }
H1.HeaderClassName
{
color: #027E67;
}
.AnyTagClassName
{
color: #027E67;
}
</style>
background-color css
<style>
a { background-color: #027E67; }
a { background-color: rgb(2,126,103); }
div.DivClassName
{
background-color: #027E67;
}
.BgClassName
{
background-color: #027E67;
}
</style>
border-color css
<style>
span { border-color: #027E67; }
span { border-color: rgb(2,126,103); }
td.TdClassName
{
border-color: #027E67;
}
.TagClassName
{
border-color: #027E67;
}
</style>