Shades of Pine Green #01836F
Tints of Pine Green #01836F
RGB
CMYK
RGB Variations
Color information
#01836F (or 0x01836F) is known color: Pine Green. HEX triplet: 01, 83 and 6F. RGB value is (1,131,111). Sum of RGB (Red+Green+Blue) = 1+131+111=243 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 243); Green value is 131 (51.56% from 255 or 53.91% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 131 - color contains mainly: green. Hex color #01836F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01836F is #FE7C90. Grayscale: #595959. Windows color (decimal): -16678033 or 7308033. OLE color: 7308033.
HSL color Cylindrical-coordinate representation of color #01836F: hue angle of 170.77º 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 #01836F is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 131 | 111 | - |
| CMYK | 0.99 | 0 | 0.15 | 0.49 |
| HSL | 170.77º | 0.98% | 0.26% | - |
| HSV(B) | 170.77º | 0.99% | 0.51% | - |
| XYZ | 11 | 17.39 | 17.82 | - |
| YUV | 89.85 | 139.93 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 131 | 111 | 0.99 | 0 | 0.15 | 0.49 | 170.77 | 0.98 | 0.26 |
| Hex | 1 | 83 | 6F | 63 | 0 | F | 31 | AB | 62 | 1A |
| Octal | 1 | 203 | 157 | 143 | 0 | 17 | 61 | 253 | 142 | 32 |
| Binary | 1 | 10000011 | 1101111 | 1100011 | 0 | 1111 | 110001 | 10101011 | 1100010 | 11010 |
Color Harmonies of #01836F
Complementary color
Monochromatic Colors of #01836F
Black with #01836F
Text Example
Text Example
White with #01836F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01836F; }
p { color: rgb(1,131,111); }
H1.HeaderClassName
{
color: #01836F;
}
.AnyTagClassName
{
color: #01836F;
}
</style>
background-color css
<style>
a { background-color: #01836F; }
a { background-color: rgb(1,131,111); }
div.DivClassName
{
background-color: #01836F;
}
.BgClassName
{
background-color: #01836F;
}
</style>
border-color css
<style>
span { border-color: #01836F; }
span { border-color: rgb(1,131,111); }
td.TdClassName
{
border-color: #01836F;
}
.TagClassName
{
border-color: #01836F;
}
</style>