Shades of La Palma #488E2F
Tints of La Palma #488E2F
RGB
CMYK
RGB Variations
Color information
#488E2F (or 0x488E2F) is known color: La Palma. HEX triplet: 48, 8E and 2F. RGB value is (72,142,47). Sum of RGB (Red+Green+Blue) = 72+142+47=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 142 (55.86% from 255 or 54.41% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 142 - color contains mainly: green. Hex color #488E2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488E2F is #B771D0. Grayscale: #6E6E6E. Windows color (decimal): -12022225 or 3116616. OLE color: 3116616.
HSL color Cylindrical-coordinate representation of color #488E2F: hue angle of 104.21º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #488E2F is Cyan = 0.49, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 142 | 47 | - |
| CMYK | 0.49 | 0 | 0.67 | 0.44 |
| HSL | 104.21º | 0.5% | 0.37% | - |
| HSV(B) | 104.21º | 0.67% | 0.56% | - |
| XYZ | 12.86 | 20.93 | 6.05 | - |
| YUV | 110.24 | 92.31 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 142 | 47 | 0.49 | 0 | 0.67 | 0.44 | 104.21 | 0.5 | 0.37 |
| Hex | 48 | 8E | 2F | 31 | 0 | 43 | 2C | 68 | 32 | 25 |
| Octal | 110 | 216 | 57 | 61 | 0 | 103 | 54 | 150 | 62 | 45 |
| Binary | 1001000 | 10001110 | 101111 | 110001 | 0 | 1000011 | 101100 | 1101000 | 110010 | 100101 |
Color Harmonies of #488E2F
Complementary color
Monochromatic Colors of #488E2F
Black with #488E2F
Text Example
Text Example
White with #488E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488E2F; }
p { color: rgb(72,142,47); }
H1.HeaderClassName
{
color: #488E2F;
}
.AnyTagClassName
{
color: #488E2F;
}
</style>
background-color css
<style>
a { background-color: #488E2F; }
a { background-color: rgb(72,142,47); }
div.DivClassName
{
background-color: #488E2F;
}
.BgClassName
{
background-color: #488E2F;
}
</style>
border-color css
<style>
span { border-color: #488E2F; }
span { border-color: rgb(72,142,47); }
td.TdClassName
{
border-color: #488E2F;
}
.TagClassName
{
border-color: #488E2F;
}
</style>