Shades of Pine Green #027C67
Tints of Pine Green #027C67
RGB
CMYK
RGB Variations
Color information
#027C67 (or 0x027C67) is known color: Pine Green. HEX triplet: 02, 7C and 67. RGB value is (2,124,103). Sum of RGB (Red+Green+Blue) = 2+124+103=229 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 229); Green value is 124 (48.83% from 255 or 54.15% from 229); Blue value is 103 (40.62% from 255 or 44.98% from 229); Max value from RGB is 124 - color contains mainly: green. Hex color #027C67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027C67 is #FD8398. Grayscale: #555555. Windows color (decimal): -16614297 or 6781954. OLE color: 6781954.
HSL color Cylindrical-coordinate representation of color #027C67: hue angle of 169.67º 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 #027C67 is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 124 | 103 | - |
| CMYK | 0.98 | 0 | 0.17 | 0.51 |
| HSL | 169.67º | 0.97% | 0.25% | - |
| HSV(B) | 169.67º | 0.98% | 0.49% | - |
| XYZ | 9.68 | 15.41 | 15.3 | - |
| YUV | 85.13 | 138.08 | 68.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 124 | 103 | 0.98 | 0 | 0.17 | 0.51 | 169.67 | 0.97 | 0.25 |
| Hex | 2 | 7C | 67 | 62 | 0 | 11 | 33 | AA | 61 | 19 |
| Octal | 2 | 174 | 147 | 142 | 0 | 21 | 63 | 252 | 141 | 31 |
| Binary | 10 | 1111100 | 1100111 | 1100010 | 0 | 10001 | 110011 | 10101010 | 1100001 | 11001 |
Color Harmonies of #027C67
Complementary color
Monochromatic Colors of #027C67
Black with #027C67
Text Example
Text Example
White with #027C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027C67; }
p { color: rgb(2,124,103); }
H1.HeaderClassName
{
color: #027C67;
}
.AnyTagClassName
{
color: #027C67;
}
</style>
background-color css
<style>
a { background-color: #027C67; }
a { background-color: rgb(2,124,103); }
div.DivClassName
{
background-color: #027C67;
}
.BgClassName
{
background-color: #027C67;
}
</style>
border-color css
<style>
span { border-color: #027C67; }
span { border-color: rgb(2,124,103); }
td.TdClassName
{
border-color: #027C67;
}
.TagClassName
{
border-color: #027C67;
}
</style>