Shades of Pine Green #04826D
Tints of Pine Green #04826D
RGB
CMYK
RGB Variations
Color information
#04826D (or 0x04826D) is known color: Pine Green. HEX triplet: 04, 82 and 6D. RGB value is (4,130,109). Sum of RGB (Red+Green+Blue) = 4+130+109=243 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 243); Green value is 130 (51.17% from 255 or 53.50% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 130 - color contains mainly: green. Hex color #04826D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04826D is #FB7D92. Grayscale: #595959. Windows color (decimal): -16481683 or 7176708. OLE color: 7176708.
HSL color Cylindrical-coordinate representation of color #04826D: hue angle of 170º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04826D is Cyan = 0.97, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 130 | 109 | - |
| CMYK | 0.97 | 0 | 0.16 | 0.49 |
| HSL | 170º | 0.94% | 0.26% | - |
| HSV(B) | 170º | 0.97% | 0.51% | - |
| XYZ | 10.79 | 17.1 | 17.2 | - |
| YUV | 89.93 | 138.76 | 66.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 130 | 109 | 0.97 | 0 | 0.16 | 0.49 | 170 | 0.94 | 0.26 |
| Hex | 4 | 82 | 6D | 61 | 0 | 10 | 31 | AA | 5E | 1A |
| Octal | 4 | 202 | 155 | 141 | 0 | 20 | 61 | 252 | 136 | 32 |
| Binary | 100 | 10000010 | 1101101 | 1100001 | 0 | 10000 | 110001 | 10101010 | 1011110 | 11010 |
Color Harmonies of #04826D
Complementary color
Monochromatic Colors of #04826D
Black with #04826D
Text Example
Text Example
White with #04826D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04826D; }
p { color: rgb(4,130,109); }
H1.HeaderClassName
{
color: #04826D;
}
.AnyTagClassName
{
color: #04826D;
}
</style>
background-color css
<style>
a { background-color: #04826D; }
a { background-color: rgb(4,130,109); }
div.DivClassName
{
background-color: #04826D;
}
.BgClassName
{
background-color: #04826D;
}
</style>
border-color css
<style>
span { border-color: #04826D; }
span { border-color: rgb(4,130,109); }
td.TdClassName
{
border-color: #04826D;
}
.TagClassName
{
border-color: #04826D;
}
</style>