Shades of Pine Green #018269
Tints of Pine Green #018269
RGB
CMYK
RGB Variations
Color information
#018269 (or 0x018269) is known color: Pine Green. HEX triplet: 01, 82 and 69. RGB value is (1,130,105). Sum of RGB (Red+Green+Blue) = 1+130+105=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 130 (51.17% from 255 or 55.08% from 236); Blue value is 105 (41.41% from 255 or 44.49% from 236); Max value from RGB is 130 - color contains mainly: green. Hex color #018269 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018269 is #FE7D96. Grayscale: #585858. Windows color (decimal): -16678295 or 6914561. OLE color: 6914561.
HSL color Cylindrical-coordinate representation of color #018269: hue angle of 168.37º 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 #018269 is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 130 | 105 | - |
| CMYK | 0.99 | 0 | 0.19 | 0.49 |
| HSL | 168.37º | 0.98% | 0.26% | - |
| HSV(B) | 168.37º | 0.99% | 0.51% | - |
| XYZ | 10.54 | 16.99 | 16.09 | - |
| YUV | 88.58 | 137.26 | 65.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 130 | 105 | 0.99 | 0 | 0.19 | 0.49 | 168.37 | 0.98 | 0.26 |
| Hex | 1 | 82 | 69 | 63 | 0 | 13 | 31 | A8 | 62 | 1A |
| Octal | 1 | 202 | 151 | 143 | 0 | 23 | 61 | 250 | 142 | 32 |
| Binary | 1 | 10000010 | 1101001 | 1100011 | 0 | 10011 | 110001 | 10101000 | 1100010 | 11010 |
Color Harmonies of #018269
Complementary color
Monochromatic Colors of #018269
Black with #018269
Text Example
Text Example
White with #018269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018269; }
p { color: rgb(1,130,105); }
H1.HeaderClassName
{
color: #018269;
}
.AnyTagClassName
{
color: #018269;
}
</style>
background-color css
<style>
a { background-color: #018269; }
a { background-color: rgb(1,130,105); }
div.DivClassName
{
background-color: #018269;
}
.BgClassName
{
background-color: #018269;
}
</style>
border-color css
<style>
span { border-color: #018269; }
span { border-color: rgb(1,130,105); }
td.TdClassName
{
border-color: #018269;
}
.TagClassName
{
border-color: #018269;
}
</style>