Shades of Pine Green #018371
Tints of Pine Green #018371
RGB
CMYK
RGB Variations
Color information
#018371 (or 0x018371) is known color: Pine Green. HEX triplet: 01, 83 and 71. RGB value is (1,131,113). Sum of RGB (Red+Green+Blue) = 1+131+113=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 131 (51.56% from 255 or 53.47% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 131 - color contains mainly: green. Hex color #018371 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018371 is #FE7C8E. Grayscale: #5A5A5A. Windows color (decimal): -16678031 or 7439105. OLE color: 7439105.
HSL color Cylindrical-coordinate representation of color #018371: hue angle of 171.69º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018371 is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 131 | 113 | - |
| CMYK | 0.99 | 0 | 0.14 | 0.49 |
| HSL | 171.69º | 0.98% | 0.26% | - |
| HSV(B) | 171.69º | 0.99% | 0.51% | - |
| XYZ | 11.11 | 17.43 | 18.4 | - |
| YUV | 90.08 | 140.93 | 64.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 131 | 113 | 0.99 | 0 | 0.14 | 0.49 | 171.69 | 0.98 | 0.26 |
| Hex | 1 | 83 | 71 | 63 | 0 | E | 31 | AC | 62 | 1A |
| Octal | 1 | 203 | 161 | 143 | 0 | 16 | 61 | 254 | 142 | 32 |
| Binary | 1 | 10000011 | 1110001 | 1100011 | 0 | 1110 | 110001 | 10101100 | 1100010 | 11010 |
Color Harmonies of #018371
Complementary color
Monochromatic Colors of #018371
Black with #018371
Text Example
Text Example
White with #018371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018371; }
p { color: rgb(1,131,113); }
H1.HeaderClassName
{
color: #018371;
}
.AnyTagClassName
{
color: #018371;
}
</style>
background-color css
<style>
a { background-color: #018371; }
a { background-color: rgb(1,131,113); }
div.DivClassName
{
background-color: #018371;
}
.BgClassName
{
background-color: #018371;
}
</style>
border-color css
<style>
span { border-color: #018371; }
span { border-color: rgb(1,131,113); }
td.TdClassName
{
border-color: #018371;
}
.TagClassName
{
border-color: #018371;
}
</style>