Shades of Pine Green #037E68
Tints of Pine Green #037E68
RGB
CMYK
RGB Variations
Color information
#037E68 (or 0x037E68) is known color: Pine Green. HEX triplet: 03, 7E and 68. RGB value is (3,126,104). Sum of RGB (Red+Green+Blue) = 3+126+104=233 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 233); Green value is 126 (49.61% from 255 or 54.08% from 233); Blue value is 104 (41.02% from 255 or 44.64% from 233); Max value from RGB is 126 - color contains mainly: green. Hex color #037E68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037E68 is #FC8197. Grayscale: #565656. Windows color (decimal): -16548248 or 6848003. OLE color: 6848003.
HSL color Cylindrical-coordinate representation of color #037E68: hue angle of 169.27º degrees, saturation: 0.95, 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 #037E68 is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 3 | 126 | 104 | - |
| CMYK | 0.98 | 0 | 0.17 | 0.51 |
| HSL | 169.27º | 0.95% | 0.25% | - |
| HSV(B) | 169.27º | 0.98% | 0.49% | - |
| XYZ | 10 | 15.94 | 15.65 | - |
| YUV | 86.72 | 137.75 | 68.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 126 | 104 | 0.98 | 0 | 0.17 | 0.51 | 169.27 | 0.95 | 0.25 |
| Hex | 3 | 7E | 68 | 62 | 0 | 11 | 33 | A9 | 5F | 19 |
| Octal | 3 | 176 | 150 | 142 | 0 | 21 | 63 | 251 | 137 | 31 |
| Binary | 11 | 1111110 | 1101000 | 1100010 | 0 | 10001 | 110011 | 10101001 | 1011111 | 11001 |
Color Harmonies of #037E68
Complementary color
Monochromatic Colors of #037E68
Black with #037E68
Text Example
Text Example
White with #037E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037E68; }
p { color: rgb(3,126,104); }
H1.HeaderClassName
{
color: #037E68;
}
.AnyTagClassName
{
color: #037E68;
}
</style>
background-color css
<style>
a { background-color: #037E68; }
a { background-color: rgb(3,126,104); }
div.DivClassName
{
background-color: #037E68;
}
.BgClassName
{
background-color: #037E68;
}
</style>
border-color css
<style>
span { border-color: #037E68; }
span { border-color: rgb(3,126,104); }
td.TdClassName
{
border-color: #037E68;
}
.TagClassName
{
border-color: #037E68;
}
</style>