Shades of Pine Green #01826B
Tints of Pine Green #01826B
RGB
CMYK
RGB Variations
Color information
#01826B (or 0x01826B) is known color: Pine Green. HEX triplet: 01, 82 and 6B. RGB value is (1,130,107). Sum of RGB (Red+Green+Blue) = 1+130+107=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 130 (51.17% from 255 or 54.62% from 238); Blue value is 107 (42.19% from 255 or 44.96% from 238); Max value from RGB is 130 - color contains mainly: green. Hex color #01826B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01826B is #FE7D94. Grayscale: #585858. Windows color (decimal): -16678293 or 7045633. OLE color: 7045633.
HSL color Cylindrical-coordinate representation of color #01826B: hue angle of 169.3º 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 #01826B is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 130 | 107 | - |
| CMYK | 0.99 | 0 | 0.18 | 0.49 |
| HSL | 169.3º | 0.98% | 0.26% | - |
| HSV(B) | 169.3º | 0.99% | 0.51% | - |
| XYZ | 10.65 | 17.03 | 16.64 | - |
| YUV | 88.81 | 138.26 | 65.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 130 | 107 | 0.99 | 0 | 0.18 | 0.49 | 169.3 | 0.98 | 0.26 |
| Hex | 1 | 82 | 6B | 63 | 0 | 12 | 31 | A9 | 62 | 1A |
| Octal | 1 | 202 | 153 | 143 | 0 | 22 | 61 | 251 | 142 | 32 |
| Binary | 1 | 10000010 | 1101011 | 1100011 | 0 | 10010 | 110001 | 10101001 | 1100010 | 11010 |
Color Harmonies of #01826B
Complementary color
Monochromatic Colors of #01826B
Black with #01826B
Text Example
Text Example
White with #01826B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01826B; }
p { color: rgb(1,130,107); }
H1.HeaderClassName
{
color: #01826B;
}
.AnyTagClassName
{
color: #01826B;
}
</style>
background-color css
<style>
a { background-color: #01826B; }
a { background-color: rgb(1,130,107); }
div.DivClassName
{
background-color: #01826B;
}
.BgClassName
{
background-color: #01826B;
}
</style>
border-color css
<style>
span { border-color: #01826B; }
span { border-color: rgb(1,130,107); }
td.TdClassName
{
border-color: #01826B;
}
.TagClassName
{
border-color: #01826B;
}
</style>