Shades of Pine Green #01826E
Tints of Pine Green #01826E
RGB
CMYK
RGB Variations
Color information
#01826E (or 0x01826E) is known color: Pine Green. HEX triplet: 01, 82 and 6E. RGB value is (1,130,110). Sum of RGB (Red+Green+Blue) = 1+130+110=241 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 241); Green value is 130 (51.17% from 255 or 53.94% from 241); Blue value is 110 (43.36% from 255 or 45.64% from 241); Max value from RGB is 130 - color contains mainly: green. Hex color #01826E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01826E is #FE7D91. Grayscale: #595959. Windows color (decimal): -16678290 or 7242241. OLE color: 7242241.
HSL color Cylindrical-coordinate representation of color #01826E: hue angle of 170.7º 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 #01826E is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 130 | 110 | - |
| CMYK | 0.99 | 0 | 0.15 | 0.49 |
| HSL | 170.7º | 0.98% | 0.26% | - |
| HSV(B) | 170.7º | 0.99% | 0.51% | - |
| XYZ | 10.81 | 17.1 | 17.48 | - |
| YUV | 89.15 | 139.76 | 65.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 130 | 110 | 0.99 | 0 | 0.15 | 0.49 | 170.7 | 0.98 | 0.26 |
| Hex | 1 | 82 | 6E | 63 | 0 | F | 31 | AB | 62 | 1A |
| Octal | 1 | 202 | 156 | 143 | 0 | 17 | 61 | 253 | 142 | 32 |
| Binary | 1 | 10000010 | 1101110 | 1100011 | 0 | 1111 | 110001 | 10101011 | 1100010 | 11010 |
Color Harmonies of #01826E
Complementary color
Monochromatic Colors of #01826E
Black with #01826E
Text Example
Text Example
White with #01826E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01826E; }
p { color: rgb(1,130,110); }
H1.HeaderClassName
{
color: #01826E;
}
.AnyTagClassName
{
color: #01826E;
}
</style>
background-color css
<style>
a { background-color: #01826E; }
a { background-color: rgb(1,130,110); }
div.DivClassName
{
background-color: #01826E;
}
.BgClassName
{
background-color: #01826E;
}
</style>
border-color css
<style>
span { border-color: #01826E; }
span { border-color: rgb(1,130,110); }
td.TdClassName
{
border-color: #01826E;
}
.TagClassName
{
border-color: #01826E;
}
</style>