Shades of Pine Green #027C6B
Tints of Pine Green #027C6B
RGB
CMYK
RGB Variations
Color information
#027C6B (or 0x027C6B) is known color: Pine Green. HEX triplet: 02, 7C and 6B. RGB value is (2,124,107). Sum of RGB (Red+Green+Blue) = 2+124+107=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 124 (48.83% from 255 or 53.22% from 233); Blue value is 107 (42.19% from 255 or 45.92% from 233); Max value from RGB is 124 - color contains mainly: green. Hex color #027C6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027C6B is #FD8394. Grayscale: #555555. Windows color (decimal): -16614293 or 7044098. OLE color: 7044098.
HSL color Cylindrical-coordinate representation of color #027C6B: hue angle of 171.64º 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 #027C6B is Cyan = 0.98, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 124 | 107 | - |
| CMYK | 0.98 | 0 | 0.14 | 0.51 |
| HSL | 171.64º | 0.97% | 0.25% | - |
| HSV(B) | 171.64º | 0.98% | 0.49% | - |
| XYZ | 9.89 | 15.49 | 16.38 | - |
| YUV | 85.58 | 140.08 | 68.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 124 | 107 | 0.98 | 0 | 0.14 | 0.51 | 171.64 | 0.97 | 0.25 |
| Hex | 2 | 7C | 6B | 62 | 0 | E | 33 | AC | 61 | 19 |
| Octal | 2 | 174 | 153 | 142 | 0 | 16 | 63 | 254 | 141 | 31 |
| Binary | 10 | 1111100 | 1101011 | 1100010 | 0 | 1110 | 110011 | 10101100 | 1100001 | 11001 |
Color Harmonies of #027C6B
Complementary color
Monochromatic Colors of #027C6B
Black with #027C6B
Text Example
Text Example
White with #027C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027C6B; }
p { color: rgb(2,124,107); }
H1.HeaderClassName
{
color: #027C6B;
}
.AnyTagClassName
{
color: #027C6B;
}
</style>
background-color css
<style>
a { background-color: #027C6B; }
a { background-color: rgb(2,124,107); }
div.DivClassName
{
background-color: #027C6B;
}
.BgClassName
{
background-color: #027C6B;
}
</style>
border-color css
<style>
span { border-color: #027C6B; }
span { border-color: rgb(2,124,107); }
td.TdClassName
{
border-color: #027C6B;
}
.TagClassName
{
border-color: #027C6B;
}
</style>