Shades of Pine Green #01726D
Tints of Pine Green #01726D
RGB
CMYK
RGB Variations
Color information
#01726D (or 0x01726D) is known color: Pine Green. HEX triplet: 01, 72 and 6D. RGB value is (1,114,109). Sum of RGB (Red+Green+Blue) = 1+114+109=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 114 (44.92% from 255 or 50.89% from 224); Blue value is 109 (42.97% from 255 or 48.66% from 224); Max value from RGB is 114 - color contains mainly: green. Hex color #01726D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01726D is #FE8D92. Grayscale: #4F4F4F. Windows color (decimal): -16682387 or 7172609. OLE color: 7172609.
HSL color Cylindrical-coordinate representation of color #01726D: hue angle of 177.35º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01726D is Cyan = 0.99, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 114 | 109 | - |
| CMYK | 0.99 | 0 | 0.04 | 0.55 |
| HSL | 177.35º | 0.98% | 0.23% | - |
| HSV(B) | 177.35º | 0.99% | 0.45% | - |
| XYZ | 8.79 | 13.15 | 16.54 | - |
| YUV | 79.64 | 144.56 | 71.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 114 | 109 | 0.99 | 0 | 0.04 | 0.55 | 177.35 | 0.98 | 0.23 |
| Hex | 1 | 72 | 6D | 63 | 0 | 4 | 37 | B1 | 62 | 17 |
| Octal | 1 | 162 | 155 | 143 | 0 | 4 | 67 | 261 | 142 | 27 |
| Binary | 1 | 1110010 | 1101101 | 1100011 | 0 | 100 | 110111 | 10110001 | 1100010 | 10111 |
Color Harmonies of #01726D
Complementary color
Monochromatic Colors of #01726D
Black with #01726D
Text Example
Text Example
White with #01726D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01726D; }
p { color: rgb(1,114,109); }
H1.HeaderClassName
{
color: #01726D;
}
.AnyTagClassName
{
color: #01726D;
}
</style>
background-color css
<style>
a { background-color: #01726D; }
a { background-color: rgb(1,114,109); }
div.DivClassName
{
background-color: #01726D;
}
.BgClassName
{
background-color: #01726D;
}
</style>
border-color css
<style>
span { border-color: #01726D; }
span { border-color: rgb(1,114,109); }
td.TdClassName
{
border-color: #01726D;
}
.TagClassName
{
border-color: #01726D;
}
</style>