Shades of Pine Green #03746B
Tints of Pine Green #03746B
RGB
CMYK
RGB Variations
Color information
#03746B (or 0x03746B) is known color: Pine Green. HEX triplet: 03, 74 and 6B. RGB value is (3,116,107). Sum of RGB (Red+Green+Blue) = 3+116+107=226 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 226); Green value is 116 (45.70% from 255 or 51.33% from 226); Blue value is 107 (42.19% from 255 or 47.35% from 226); Max value from RGB is 116 - color contains mainly: green. Hex color #03746B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03746B is #FC8B94. Grayscale: #515151. Windows color (decimal): -16550805 or 7042051. OLE color: 7042051.
HSL color Cylindrical-coordinate representation of color #03746B: hue angle of 175.22º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03746B is Cyan = 0.97, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 3 | 116 | 107 | - |
| CMYK | 0.97 | 0 | 0.08 | 0.55 |
| HSL | 175.22º | 0.95% | 0.23% | - |
| HSV(B) | 175.22º | 0.97% | 0.45% | - |
| XYZ | 8.94 | 13.57 | 16.06 | - |
| YUV | 81.19 | 142.56 | 72.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 116 | 107 | 0.97 | 0 | 0.08 | 0.55 | 175.22 | 0.95 | 0.23 |
| Hex | 3 | 74 | 6B | 61 | 0 | 8 | 37 | AF | 5F | 17 |
| Octal | 3 | 164 | 153 | 141 | 0 | 10 | 67 | 257 | 137 | 27 |
| Binary | 11 | 1110100 | 1101011 | 1100001 | 0 | 1000 | 110111 | 10101111 | 1011111 | 10111 |
Color Harmonies of #03746B
Complementary color
Monochromatic Colors of #03746B
Black with #03746B
Text Example
Text Example
White with #03746B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03746B; }
p { color: rgb(3,116,107); }
H1.HeaderClassName
{
color: #03746B;
}
.AnyTagClassName
{
color: #03746B;
}
</style>
background-color css
<style>
a { background-color: #03746B; }
a { background-color: rgb(3,116,107); }
div.DivClassName
{
background-color: #03746B;
}
.BgClassName
{
background-color: #03746B;
}
</style>
border-color css
<style>
span { border-color: #03746B; }
span { border-color: rgb(3,116,107); }
td.TdClassName
{
border-color: #03746B;
}
.TagClassName
{
border-color: #03746B;
}
</style>