Shades of La Palma #478C30
Tints of La Palma #478C30
RGB
CMYK
RGB Variations
Color information
#478C30 (or 0x478C30) is known color: La Palma. HEX triplet: 47, 8C and 30. RGB value is (71,140,48). Sum of RGB (Red+Green+Blue) = 71+140+48=259 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.41% from 259); Green value is 140 (55.08% from 255 or 54.05% from 259); Blue value is 48 (19.14% from 255 or 18.53% from 259); Max value from RGB is 140 - color contains mainly: green. Hex color #478C30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478C30 is #B873CF. Grayscale: #6D6D6D. Windows color (decimal): -12088272 or 3181639. OLE color: 3181639.
HSL color Cylindrical-coordinate representation of color #478C30: hue angle of 105º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #478C30 is Cyan = 0.49, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 140 | 48 | - |
| CMYK | 0.49 | 0 | 0.66 | 0.45 |
| HSL | 105º | 0.49% | 0.37% | - |
| HSV(B) | 105º | 0.66% | 0.55% | - |
| XYZ | 12.51 | 20.31 | 6.06 | - |
| YUV | 108.88 | 93.64 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 140 | 48 | 0.49 | 0 | 0.66 | 0.45 | 105 | 0.49 | 0.37 |
| Hex | 47 | 8C | 30 | 31 | 0 | 42 | 2D | 69 | 31 | 25 |
| Octal | 107 | 214 | 60 | 61 | 0 | 102 | 55 | 151 | 61 | 45 |
| Binary | 1000111 | 10001100 | 110000 | 110001 | 0 | 1000010 | 101101 | 1101001 | 110001 | 100101 |
Color Harmonies of #478C30
Complementary color
Monochromatic Colors of #478C30
Black with #478C30
Text Example
Text Example
White with #478C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478C30; }
p { color: rgb(71,140,48); }
H1.HeaderClassName
{
color: #478C30;
}
.AnyTagClassName
{
color: #478C30;
}
</style>
background-color css
<style>
a { background-color: #478C30; }
a { background-color: rgb(71,140,48); }
div.DivClassName
{
background-color: #478C30;
}
.BgClassName
{
background-color: #478C30;
}
</style>
border-color css
<style>
span { border-color: #478C30; }
span { border-color: rgb(71,140,48); }
td.TdClassName
{
border-color: #478C30;
}
.TagClassName
{
border-color: #478C30;
}
</style>