Shades of La Palma #47992C
Tints of La Palma #47992C
RGB
CMYK
RGB Variations
Color information
#47992C (or 0x47992C) is known color: La Palma. HEX triplet: 47, 99 and 2C. RGB value is (71,153,44). Sum of RGB (Red+Green+Blue) = 71+153+44=268 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.49% from 268); Green value is 153 (60.16% from 255 or 57.09% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 153 - color contains mainly: green. Hex color #47992C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47992C is #B866D3. Grayscale: #747474. Windows color (decimal): -12084948 or 2922823. OLE color: 2922823.
HSL color Cylindrical-coordinate representation of color #47992C: hue angle of 105.14º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47992C is Cyan = 0.54, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 71 | 153 | 44 | - |
| CMYK | 0.54 | 0 | 0.71 | 0.4 |
| HSL | 105.14º | 0.55% | 0.39% | - |
| HSV(B) | 105.14º | 0.71% | 0.6% | - |
| XYZ | 14.44 | 24.3 | 6.31 | - |
| YUV | 116.06 | 87.33 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 153 | 44 | 0.54 | 0 | 0.71 | 0.4 | 105.14 | 0.55 | 0.39 |
| Hex | 47 | 99 | 2C | 36 | 0 | 47 | 28 | 69 | 37 | 27 |
| Octal | 107 | 231 | 54 | 66 | 0 | 107 | 50 | 151 | 67 | 47 |
| Binary | 1000111 | 10011001 | 101100 | 110110 | 0 | 1000111 | 101000 | 1101001 | 110111 | 100111 |
Color Harmonies of #47992C
Complementary color
Monochromatic Colors of #47992C
Black with #47992C
Text Example
Text Example
White with #47992C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47992C; }
p { color: rgb(71,153,44); }
H1.HeaderClassName
{
color: #47992C;
}
.AnyTagClassName
{
color: #47992C;
}
</style>
background-color css
<style>
a { background-color: #47992C; }
a { background-color: rgb(71,153,44); }
div.DivClassName
{
background-color: #47992C;
}
.BgClassName
{
background-color: #47992C;
}
</style>
border-color css
<style>
span { border-color: #47992C; }
span { border-color: rgb(71,153,44); }
td.TdClassName
{
border-color: #47992C;
}
.TagClassName
{
border-color: #47992C;
}
</style>