Shades of Pine Green #048271
Tints of Pine Green #048271
RGB
CMYK
RGB Variations
Color information
#048271 (or 0x048271) is known color: Pine Green. HEX triplet: 04, 82 and 71. RGB value is (4,130,113). Sum of RGB (Red+Green+Blue) = 4+130+113=247 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.62% from 247); Green value is 130 (51.17% from 255 or 52.63% from 247); Blue value is 113 (44.53% from 255 or 45.75% from 247); Max value from RGB is 130 - color contains mainly: green. Hex color #048271 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048271 is #FB7D8E. Grayscale: #5A5A5A. Windows color (decimal): -16481679 or 7438852. OLE color: 7438852.
HSL color Cylindrical-coordinate representation of color #048271: hue angle of 171.9º 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 #048271 is Cyan = 0.97, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 130 | 113 | - |
| CMYK | 0.97 | 0 | 0.13 | 0.49 |
| HSL | 171.9º | 0.94% | 0.26% | - |
| HSV(B) | 171.9º | 0.97% | 0.51% | - |
| XYZ | 11.01 | 17.18 | 18.36 | - |
| YUV | 90.39 | 140.76 | 66.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 130 | 113 | 0.97 | 0 | 0.13 | 0.49 | 171.9 | 0.94 | 0.26 |
| Hex | 4 | 82 | 71 | 61 | 0 | D | 31 | AC | 5E | 1A |
| Octal | 4 | 202 | 161 | 141 | 0 | 15 | 61 | 254 | 136 | 32 |
| Binary | 100 | 10000010 | 1110001 | 1100001 | 0 | 1101 | 110001 | 10101100 | 1011110 | 11010 |
Color Harmonies of #048271
Complementary color
Monochromatic Colors of #048271
Black with #048271
Text Example
Text Example
White with #048271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048271; }
p { color: rgb(4,130,113); }
H1.HeaderClassName
{
color: #048271;
}
.AnyTagClassName
{
color: #048271;
}
</style>
background-color css
<style>
a { background-color: #048271; }
a { background-color: rgb(4,130,113); }
div.DivClassName
{
background-color: #048271;
}
.BgClassName
{
background-color: #048271;
}
</style>
border-color css
<style>
span { border-color: #048271; }
span { border-color: rgb(4,130,113); }
td.TdClassName
{
border-color: #048271;
}
.TagClassName
{
border-color: #048271;
}
</style>