Shades of Pine Green #03826B
Tints of Pine Green #03826B
RGB
CMYK
RGB Variations
Color information
#03826B (or 0x03826B) is known color: Pine Green. HEX triplet: 03, 82 and 6B. RGB value is (3,130,107). Sum of RGB (Red+Green+Blue) = 3+130+107=240 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.25% from 240); Green value is 130 (51.17% from 255 or 54.17% from 240); Blue value is 107 (42.19% from 255 or 44.58% from 240); Max value from RGB is 130 - color contains mainly: green. Hex color #03826B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03826B is #FC7D94. Grayscale: #595959. Windows color (decimal): -16547221 or 7045635. OLE color: 7045635.
HSL color Cylindrical-coordinate representation of color #03826B: hue angle of 169.13º 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 #03826B is Cyan = 0.98, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 130 | 107 | - |
| CMYK | 0.98 | 0 | 0.18 | 0.49 |
| HSL | 169.13º | 0.95% | 0.26% | - |
| HSV(B) | 169.13º | 0.98% | 0.51% | - |
| XYZ | 10.67 | 17.05 | 16.64 | - |
| YUV | 89.41 | 137.92 | 66.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 130 | 107 | 0.98 | 0 | 0.18 | 0.49 | 169.13 | 0.95 | 0.26 |
| Hex | 3 | 82 | 6B | 62 | 0 | 12 | 31 | A9 | 5F | 1A |
| Octal | 3 | 202 | 153 | 142 | 0 | 22 | 61 | 251 | 137 | 32 |
| Binary | 11 | 10000010 | 1101011 | 1100010 | 0 | 10010 | 110001 | 10101001 | 1011111 | 11010 |
Color Harmonies of #03826B
Complementary color
Monochromatic Colors of #03826B
Black with #03826B
Text Example
Text Example
White with #03826B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03826B; }
p { color: rgb(3,130,107); }
H1.HeaderClassName
{
color: #03826B;
}
.AnyTagClassName
{
color: #03826B;
}
</style>
background-color css
<style>
a { background-color: #03826B; }
a { background-color: rgb(3,130,107); }
div.DivClassName
{
background-color: #03826B;
}
.BgClassName
{
background-color: #03826B;
}
</style>
border-color css
<style>
span { border-color: #03826B; }
span { border-color: rgb(3,130,107); }
td.TdClassName
{
border-color: #03826B;
}
.TagClassName
{
border-color: #03826B;
}
</style>