Shades of Pine Green #03716E
Tints of Pine Green #03716E
RGB
CMYK
RGB Variations
Color information
#03716E (or 0x03716E) is known color: Pine Green. HEX triplet: 03, 71 and 6E. RGB value is (3,113,110). Sum of RGB (Red+Green+Blue) = 3+113+110=226 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 226); Green value is 113 (44.53% from 255 or 50% from 226); Blue value is 110 (43.36% from 255 or 48.67% from 226); Max value from RGB is 113 - color contains mainly: green. Hex color #03716E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03716E is #FC8E91. Grayscale: #4F4F4F. Windows color (decimal): -16551570 or 7237891. OLE color: 7237891.
HSL color Cylindrical-coordinate representation of color #03716E: hue angle of 178.36º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03716E is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 3 | 113 | 110 | - |
| CMYK | 0.97 | 0 | 0.03 | 0.56 |
| HSL | 178.36º | 0.95% | 0.23% | - |
| HSV(B) | 178.36º | 0.97% | 0.44% | - |
| XYZ | 8.76 | 12.96 | 16.79 | - |
| YUV | 79.77 | 145.06 | 73.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 113 | 110 | 0.97 | 0 | 0.03 | 0.56 | 178.36 | 0.95 | 0.23 |
| Hex | 3 | 71 | 6E | 61 | 0 | 3 | 38 | B2 | 5F | 17 |
| Octal | 3 | 161 | 156 | 141 | 0 | 3 | 70 | 262 | 137 | 27 |
| Binary | 11 | 1110001 | 1101110 | 1100001 | 0 | 11 | 111000 | 10110010 | 1011111 | 10111 |
Color Harmonies of #03716E
Complementary color
Monochromatic Colors of #03716E
Black with #03716E
Text Example
Text Example
White with #03716E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03716E; }
p { color: rgb(3,113,110); }
H1.HeaderClassName
{
color: #03716E;
}
.AnyTagClassName
{
color: #03716E;
}
</style>
background-color css
<style>
a { background-color: #03716E; }
a { background-color: rgb(3,113,110); }
div.DivClassName
{
background-color: #03716E;
}
.BgClassName
{
background-color: #03716E;
}
</style>
border-color css
<style>
span { border-color: #03716E; }
span { border-color: rgb(3,113,110); }
td.TdClassName
{
border-color: #03716E;
}
.TagClassName
{
border-color: #03716E;
}
</style>