Shades of Pine Green #027E68
Tints of Pine Green #027E68
RGB
CMYK
RGB Variations
Color information
#027E68 (or 0x027E68) is known color: Pine Green. HEX triplet: 02, 7E and 68. RGB value is (2,126,104). Sum of RGB (Red+Green+Blue) = 2+126+104=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 126 (49.61% from 255 or 54.31% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 126 - color contains mainly: green. Hex color #027E68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027E68 is #FD8197. Grayscale: #565656. Windows color (decimal): -16613784 or 6848002. OLE color: 6848002.
HSL color Cylindrical-coordinate representation of color #027E68: hue angle of 169.35º 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 #027E68 is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 126 | 104 | - |
| CMYK | 0.98 | 0 | 0.17 | 0.51 |
| HSL | 169.35º | 0.97% | 0.25% | - |
| HSV(B) | 169.35º | 0.98% | 0.49% | - |
| XYZ | 9.98 | 15.93 | 15.65 | - |
| YUV | 86.42 | 137.92 | 67.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 126 | 104 | 0.98 | 0 | 0.17 | 0.51 | 169.35 | 0.97 | 0.25 |
| Hex | 2 | 7E | 68 | 62 | 0 | 11 | 33 | A9 | 61 | 19 |
| Octal | 2 | 176 | 150 | 142 | 0 | 21 | 63 | 251 | 141 | 31 |
| Binary | 10 | 1111110 | 1101000 | 1100010 | 0 | 10001 | 110011 | 10101001 | 1100001 | 11001 |
Color Harmonies of #027E68
Complementary color
Monochromatic Colors of #027E68
Black with #027E68
Text Example
Text Example
White with #027E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027E68; }
p { color: rgb(2,126,104); }
H1.HeaderClassName
{
color: #027E68;
}
.AnyTagClassName
{
color: #027E68;
}
</style>
background-color css
<style>
a { background-color: #027E68; }
a { background-color: rgb(2,126,104); }
div.DivClassName
{
background-color: #027E68;
}
.BgClassName
{
background-color: #027E68;
}
</style>
border-color css
<style>
span { border-color: #027E68; }
span { border-color: rgb(2,126,104); }
td.TdClassName
{
border-color: #027E68;
}
.TagClassName
{
border-color: #027E68;
}
</style>