Shades of La Palma #47901C
Tints of La Palma #47901C
RGB
CMYK
RGB Variations
Color information
#47901C (or 0x47901C) is known color: La Palma. HEX triplet: 47, 90 and 1C. RGB value is (71,144,28). Sum of RGB (Red+Green+Blue) = 71+144+28=243 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.22% from 243); Green value is 144 (56.64% from 255 or 59.26% from 243); Blue value is 28 (11.33% from 255 or 11.52% from 243); Max value from RGB is 144 - color contains mainly: green. Hex color #47901C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47901C is #B86FE3. Grayscale: #6D6D6D. Windows color (decimal): -12087268 or 1871943. OLE color: 1871943.
HSL color Cylindrical-coordinate representation of color #47901C: hue angle of 97.76º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #47901C is Cyan = 0.51, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 144 | 28 | - |
| CMYK | 0.51 | 0 | 0.81 | 0.44 |
| HSL | 97.76º | 0.67% | 0.34% | - |
| HSV(B) | 97.76º | 0.81% | 0.56% | - |
| XYZ | 12.78 | 21.37 | 4.55 | - |
| YUV | 108.95 | 82.32 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 144 | 28 | 0.51 | 0 | 0.81 | 0.44 | 97.76 | 0.67 | 0.34 |
| Hex | 47 | 90 | 1C | 33 | 0 | 51 | 2C | 62 | 43 | 22 |
| Octal | 107 | 220 | 34 | 63 | 0 | 121 | 54 | 142 | 103 | 42 |
| Binary | 1000111 | 10010000 | 11100 | 110011 | 0 | 1010001 | 101100 | 1100010 | 1000011 | 100010 |
Color Harmonies of #47901C
Complementary color
Monochromatic Colors of #47901C
Black with #47901C
Text Example
Text Example
White with #47901C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47901C; }
p { color: rgb(71,144,28); }
H1.HeaderClassName
{
color: #47901C;
}
.AnyTagClassName
{
color: #47901C;
}
</style>
background-color css
<style>
a { background-color: #47901C; }
a { background-color: rgb(71,144,28); }
div.DivClassName
{
background-color: #47901C;
}
.BgClassName
{
background-color: #47901C;
}
</style>
border-color css
<style>
span { border-color: #47901C; }
span { border-color: rgb(71,144,28); }
td.TdClassName
{
border-color: #47901C;
}
.TagClassName
{
border-color: #47901C;
}
</style>