Shades of Pine Green #02826D
Tints of Pine Green #02826D
RGB
CMYK
RGB Variations
Color information
#02826D (or 0x02826D) is known color: Pine Green. HEX triplet: 02, 82 and 6D. RGB value is (2,130,109). Sum of RGB (Red+Green+Blue) = 2+130+109=241 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 241); Green value is 130 (51.17% from 255 or 53.94% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 130 - color contains mainly: green. Hex color #02826D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02826D is #FD7D92. Grayscale: #595959. Windows color (decimal): -16612755 or 7176706. OLE color: 7176706.
HSL color Cylindrical-coordinate representation of color #02826D: hue angle of 170.16º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02826D is Cyan = 0.98, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 130 | 109 | - |
| CMYK | 0.98 | 0 | 0.16 | 0.49 |
| HSL | 170.16º | 0.97% | 0.26% | - |
| HSV(B) | 170.16º | 0.98% | 0.51% | - |
| XYZ | 10.77 | 17.08 | 17.2 | - |
| YUV | 89.33 | 139.09 | 65.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 130 | 109 | 0.98 | 0 | 0.16 | 0.49 | 170.16 | 0.97 | 0.26 |
| Hex | 2 | 82 | 6D | 62 | 0 | 10 | 31 | AA | 61 | 1A |
| Octal | 2 | 202 | 155 | 142 | 0 | 20 | 61 | 252 | 141 | 32 |
| Binary | 10 | 10000010 | 1101101 | 1100010 | 0 | 10000 | 110001 | 10101010 | 1100001 | 11010 |
Color Harmonies of #02826D
Complementary color
Monochromatic Colors of #02826D
Black with #02826D
Text Example
Text Example
White with #02826D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02826D; }
p { color: rgb(2,130,109); }
H1.HeaderClassName
{
color: #02826D;
}
.AnyTagClassName
{
color: #02826D;
}
</style>
background-color css
<style>
a { background-color: #02826D; }
a { background-color: rgb(2,130,109); }
div.DivClassName
{
background-color: #02826D;
}
.BgClassName
{
background-color: #02826D;
}
</style>
border-color css
<style>
span { border-color: #02826D; }
span { border-color: rgb(2,130,109); }
td.TdClassName
{
border-color: #02826D;
}
.TagClassName
{
border-color: #02826D;
}
</style>