Shades of La Palma #409D2F
Tints of La Palma #409D2F
RGB
CMYK
RGB Variations
Color information
#409D2F (or 0x409D2F) is known color: La Palma. HEX triplet: 40, 9D and 2F. RGB value is (64,157,47). Sum of RGB (Red+Green+Blue) = 64+157+47=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 157 (61.72% from 255 or 58.58% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 157 - color contains mainly: green. Hex color #409D2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409D2F is #BF62D0. Grayscale: #757575. Windows color (decimal): -12542673 or 3120448. OLE color: 3120448.
HSL color Cylindrical-coordinate representation of color #409D2F: hue angle of 110.73º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #409D2F is Cyan = 0.59, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 157 | 47 | - |
| CMYK | 0.59 | 0 | 0.70 | 0.38 |
| HSL | 110.73º | 0.54% | 0.4% | - |
| HSV(B) | 110.73º | 0.7% | 0.62% | - |
| XYZ | 14.68 | 25.41 | 6.82 | - |
| YUV | 116.65 | 88.69 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 157 | 47 | 0.59 | 0 | 0.70 | 0.38 | 110.73 | 0.54 | 0.4 |
| Hex | 40 | 9D | 2F | 3B | 0 | 46 | 26 | 6F | 36 | 28 |
| Octal | 100 | 235 | 57 | 73 | 0 | 106 | 46 | 157 | 66 | 50 |
| Binary | 1000000 | 10011101 | 101111 | 111011 | 0 | 1000110 | 100110 | 1101111 | 110110 | 101000 |
Color Harmonies of #409D2F
Complementary color
Monochromatic Colors of #409D2F
Black with #409D2F
Text Example
Text Example
White with #409D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409D2F; }
p { color: rgb(64,157,47); }
H1.HeaderClassName
{
color: #409D2F;
}
.AnyTagClassName
{
color: #409D2F;
}
</style>
background-color css
<style>
a { background-color: #409D2F; }
a { background-color: rgb(64,157,47); }
div.DivClassName
{
background-color: #409D2F;
}
.BgClassName
{
background-color: #409D2F;
}
</style>
border-color css
<style>
span { border-color: #409D2F; }
span { border-color: rgb(64,157,47); }
td.TdClassName
{
border-color: #409D2F;
}
.TagClassName
{
border-color: #409D2F;
}
</style>