Shades of La Palma #47951A
Tints of La Palma #47951A
RGB
CMYK
RGB Variations
Color information
#47951A (or 0x47951A) is known color: La Palma. HEX triplet: 47, 95 and 1A. RGB value is (71,149,26). Sum of RGB (Red+Green+Blue) = 71+149+26=246 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.86% from 246); Green value is 149 (58.59% from 255 or 60.57% from 246); Blue value is 26 (10.55% from 255 or 10.57% from 246); Max value from RGB is 149 - color contains mainly: green. Hex color #47951A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47951A is #B86AE5. Grayscale: #707070. Windows color (decimal): -12085990 or 1742151. OLE color: 1742151.
HSL color Cylindrical-coordinate representation of color #47951A: hue angle of 98.05º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #47951A is Cyan = 0.52, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 71 | 149 | 26 | - |
| CMYK | 0.52 | 0 | 0.83 | 0.42 |
| HSL | 98.05º | 0.7% | 0.34% | - |
| HSV(B) | 98.05º | 0.83% | 0.58% | - |
| XYZ | 13.53 | 22.91 | 4.69 | - |
| YUV | 111.66 | 79.66 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 149 | 26 | 0.52 | 0 | 0.83 | 0.42 | 98.05 | 0.7 | 0.34 |
| Hex | 47 | 95 | 1A | 34 | 0 | 53 | 2A | 62 | 46 | 22 |
| Octal | 107 | 225 | 32 | 64 | 0 | 123 | 52 | 142 | 106 | 42 |
| Binary | 1000111 | 10010101 | 11010 | 110100 | 0 | 1010011 | 101010 | 1100010 | 1000110 | 100010 |
Color Harmonies of #47951A
Complementary color
Monochromatic Colors of #47951A
Black with #47951A
Text Example
Text Example
White with #47951A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47951A; }
p { color: rgb(71,149,26); }
H1.HeaderClassName
{
color: #47951A;
}
.AnyTagClassName
{
color: #47951A;
}
</style>
background-color css
<style>
a { background-color: #47951A; }
a { background-color: rgb(71,149,26); }
div.DivClassName
{
background-color: #47951A;
}
.BgClassName
{
background-color: #47951A;
}
</style>
border-color css
<style>
span { border-color: #47951A; }
span { border-color: rgb(71,149,26); }
td.TdClassName
{
border-color: #47951A;
}
.TagClassName
{
border-color: #47951A;
}
</style>