Shades of Pine Green #027B6D
Tints of Pine Green #027B6D
RGB
CMYK
RGB Variations
Color information
#027B6D (or 0x027B6D) is known color: Pine Green. HEX triplet: 02, 7B and 6D. RGB value is (2,123,109). Sum of RGB (Red+Green+Blue) = 2+123+109=234 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 234); Green value is 123 (48.44% from 255 or 52.56% from 234); Blue value is 109 (42.97% from 255 or 46.58% from 234); Max value from RGB is 123 - color contains mainly: green. Hex color #027B6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027B6D is #FD8492. Grayscale: #555555. Windows color (decimal): -16614547 or 7174914. OLE color: 7174914.
HSL color Cylindrical-coordinate representation of color #027B6D: hue angle of 173.06º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027B6D is Cyan = 0.98, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 2 | 123 | 109 | - |
| CMYK | 0.98 | 0 | 0.11 | 0.52 |
| HSL | 173.06º | 0.97% | 0.25% | - |
| HSV(B) | 173.06º | 0.98% | 0.48% | - |
| XYZ | 9.87 | 15.28 | 16.9 | - |
| YUV | 85.23 | 141.41 | 68.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 123 | 109 | 0.98 | 0 | 0.11 | 0.52 | 173.06 | 0.97 | 0.25 |
| Hex | 2 | 7B | 6D | 62 | 0 | B | 34 | AD | 61 | 19 |
| Octal | 2 | 173 | 155 | 142 | 0 | 13 | 64 | 255 | 141 | 31 |
| Binary | 10 | 1111011 | 1101101 | 1100010 | 0 | 1011 | 110100 | 10101101 | 1100001 | 11001 |
Color Harmonies of #027B6D
Complementary color
Monochromatic Colors of #027B6D
Black with #027B6D
Text Example
Text Example
White with #027B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027B6D; }
p { color: rgb(2,123,109); }
H1.HeaderClassName
{
color: #027B6D;
}
.AnyTagClassName
{
color: #027B6D;
}
</style>
background-color css
<style>
a { background-color: #027B6D; }
a { background-color: rgb(2,123,109); }
div.DivClassName
{
background-color: #027B6D;
}
.BgClassName
{
background-color: #027B6D;
}
</style>
border-color css
<style>
span { border-color: #027B6D; }
span { border-color: rgb(2,123,109); }
td.TdClassName
{
border-color: #027B6D;
}
.TagClassName
{
border-color: #027B6D;
}
</style>