Shades of Pine Green #027C6A
Tints of Pine Green #027C6A
RGB
CMYK
RGB Variations
Color information
#027C6A (or 0x027C6A) is known color: Pine Green. HEX triplet: 02, 7C and 6A. RGB value is (2,124,106). Sum of RGB (Red+Green+Blue) = 2+124+106=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 124 (48.83% from 255 or 53.45% from 232); Blue value is 106 (41.80% from 255 or 45.69% from 232); Max value from RGB is 124 - color contains mainly: green. Hex color #027C6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027C6A is #FD8395. Grayscale: #555555. Windows color (decimal): -16614294 or 6978562. OLE color: 6978562.
HSL color Cylindrical-coordinate representation of color #027C6A: hue angle of 171.15º 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 #027C6A is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 124 | 106 | - |
| CMYK | 0.98 | 0 | 0.15 | 0.51 |
| HSL | 171.15º | 0.97% | 0.25% | - |
| HSV(B) | 171.15º | 0.98% | 0.49% | - |
| XYZ | 9.83 | 15.47 | 16.1 | - |
| YUV | 85.47 | 139.58 | 68.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 124 | 106 | 0.98 | 0 | 0.15 | 0.51 | 171.15 | 0.97 | 0.25 |
| Hex | 2 | 7C | 6A | 62 | 0 | F | 33 | AB | 61 | 19 |
| Octal | 2 | 174 | 152 | 142 | 0 | 17 | 63 | 253 | 141 | 31 |
| Binary | 10 | 1111100 | 1101010 | 1100010 | 0 | 1111 | 110011 | 10101011 | 1100001 | 11001 |
Color Harmonies of #027C6A
Complementary color
Monochromatic Colors of #027C6A
Black with #027C6A
Text Example
Text Example
White with #027C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027C6A; }
p { color: rgb(2,124,106); }
H1.HeaderClassName
{
color: #027C6A;
}
.AnyTagClassName
{
color: #027C6A;
}
</style>
background-color css
<style>
a { background-color: #027C6A; }
a { background-color: rgb(2,124,106); }
div.DivClassName
{
background-color: #027C6A;
}
.BgClassName
{
background-color: #027C6A;
}
</style>
border-color css
<style>
span { border-color: #027C6A; }
span { border-color: rgb(2,124,106); }
td.TdClassName
{
border-color: #027C6A;
}
.TagClassName
{
border-color: #027C6A;
}
</style>