Shades of Pine Green #018370
Tints of Pine Green #018370
RGB
CMYK
RGB Variations
Color information
#018370 (or 0x018370) is known color: Pine Green. HEX triplet: 01, 83 and 70. RGB value is (1,131,112). Sum of RGB (Red+Green+Blue) = 1+131+112=244 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 244); Green value is 131 (51.56% from 255 or 53.69% from 244); Blue value is 112 (44.14% from 255 or 45.90% from 244); Max value from RGB is 131 - color contains mainly: green. Hex color #018370 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018370 is #FE7C8F. Grayscale: #595959. Windows color (decimal): -16678032 or 7373569. OLE color: 7373569.
HSL color Cylindrical-coordinate representation of color #018370: hue angle of 171.23º 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 #018370 is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 131 | 112 | - |
| CMYK | 0.99 | 0 | 0.15 | 0.49 |
| HSL | 171.23º | 0.98% | 0.26% | - |
| HSV(B) | 171.23º | 0.99% | 0.51% | - |
| XYZ | 11.05 | 17.41 | 18.11 | - |
| YUV | 89.96 | 140.43 | 64.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 131 | 112 | 0.99 | 0 | 0.15 | 0.49 | 171.23 | 0.98 | 0.26 |
| Hex | 1 | 83 | 70 | 63 | 0 | F | 31 | AB | 62 | 1A |
| Octal | 1 | 203 | 160 | 143 | 0 | 17 | 61 | 253 | 142 | 32 |
| Binary | 1 | 10000011 | 1110000 | 1100011 | 0 | 1111 | 110001 | 10101011 | 1100010 | 11010 |
Color Harmonies of #018370
Complementary color
Monochromatic Colors of #018370
Black with #018370
Text Example
Text Example
White with #018370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018370; }
p { color: rgb(1,131,112); }
H1.HeaderClassName
{
color: #018370;
}
.AnyTagClassName
{
color: #018370;
}
</style>
background-color css
<style>
a { background-color: #018370; }
a { background-color: rgb(1,131,112); }
div.DivClassName
{
background-color: #018370;
}
.BgClassName
{
background-color: #018370;
}
</style>
border-color css
<style>
span { border-color: #018370; }
span { border-color: rgb(1,131,112); }
td.TdClassName
{
border-color: #018370;
}
.TagClassName
{
border-color: #018370;
}
</style>