Shades of Pine Green #03826F
Tints of Pine Green #03826F
RGB
CMYK
RGB Variations
Color information
#03826F (or 0x03826F) is known color: Pine Green. HEX triplet: 03, 82 and 6F. RGB value is (3,130,111). Sum of RGB (Red+Green+Blue) = 3+130+111=244 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 244); Green value is 130 (51.17% from 255 or 53.28% from 244); Blue value is 111 (43.75% from 255 or 45.49% from 244); Max value from RGB is 130 - color contains mainly: green. Hex color #03826F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03826F is #FC7D90. Grayscale: #595959. Windows color (decimal): -16547217 or 7307779. OLE color: 7307779.
HSL color Cylindrical-coordinate representation of color #03826F: hue angle of 171.02º degrees, saturation: 0.95, 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 #03826F is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 130 | 111 | - |
| CMYK | 0.98 | 0 | 0.15 | 0.49 |
| HSL | 171.02º | 0.95% | 0.26% | - |
| HSV(B) | 171.02º | 0.98% | 0.51% | - |
| XYZ | 10.89 | 17.13 | 17.77 | - |
| YUV | 89.86 | 139.92 | 66.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 130 | 111 | 0.98 | 0 | 0.15 | 0.49 | 171.02 | 0.95 | 0.26 |
| Hex | 3 | 82 | 6F | 62 | 0 | F | 31 | AB | 5F | 1A |
| Octal | 3 | 202 | 157 | 142 | 0 | 17 | 61 | 253 | 137 | 32 |
| Binary | 11 | 10000010 | 1101111 | 1100010 | 0 | 1111 | 110001 | 10101011 | 1011111 | 11010 |
Color Harmonies of #03826F
Complementary color
Monochromatic Colors of #03826F
Black with #03826F
Text Example
Text Example
White with #03826F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03826F; }
p { color: rgb(3,130,111); }
H1.HeaderClassName
{
color: #03826F;
}
.AnyTagClassName
{
color: #03826F;
}
</style>
background-color css
<style>
a { background-color: #03826F; }
a { background-color: rgb(3,130,111); }
div.DivClassName
{
background-color: #03826F;
}
.BgClassName
{
background-color: #03826F;
}
</style>
border-color css
<style>
span { border-color: #03826F; }
span { border-color: rgb(3,130,111); }
td.TdClassName
{
border-color: #03826F;
}
.TagClassName
{
border-color: #03826F;
}
</style>