Shades of La Palma #408C2B
Tints of La Palma #408C2B
RGB
CMYK
RGB Variations
Color information
#408C2B (or 0x408C2B) is known color: La Palma. HEX triplet: 40, 8C and 2B. RGB value is (64,140,43). Sum of RGB (Red+Green+Blue) = 64+140+43=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 140 (55.08% from 255 or 56.68% from 247); Blue value is 43 (17.19% from 255 or 17.41% from 247); Max value from RGB is 140 - color contains mainly: green. Hex color #408C2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408C2B is #BF73D4. Grayscale: #6A6A6A. Windows color (decimal): -12547029 or 2853952. OLE color: 2853952.
HSL color Cylindrical-coordinate representation of color #408C2B: hue angle of 107.01º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #408C2B is Cyan = 0.54, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 140 | 43 | - |
| CMYK | 0.54 | 0 | 0.69 | 0.45 |
| HSL | 107.01º | 0.53% | 0.36% | - |
| HSV(B) | 107.01º | 0.69% | 0.55% | - |
| XYZ | 11.93 | 20.02 | 5.52 | - |
| YUV | 106.22 | 92.32 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 140 | 43 | 0.54 | 0 | 0.69 | 0.45 | 107.01 | 0.53 | 0.36 |
| Hex | 40 | 8C | 2B | 36 | 0 | 45 | 2D | 6B | 35 | 24 |
| Octal | 100 | 214 | 53 | 66 | 0 | 105 | 55 | 153 | 65 | 44 |
| Binary | 1000000 | 10001100 | 101011 | 110110 | 0 | 1000101 | 101101 | 1101011 | 110101 | 100100 |
Color Harmonies of #408C2B
Complementary color
Monochromatic Colors of #408C2B
Black with #408C2B
Text Example
Text Example
White with #408C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408C2B; }
p { color: rgb(64,140,43); }
H1.HeaderClassName
{
color: #408C2B;
}
.AnyTagClassName
{
color: #408C2B;
}
</style>
background-color css
<style>
a { background-color: #408C2B; }
a { background-color: rgb(64,140,43); }
div.DivClassName
{
background-color: #408C2B;
}
.BgClassName
{
background-color: #408C2B;
}
</style>
border-color css
<style>
span { border-color: #408C2B; }
span { border-color: rgb(64,140,43); }
td.TdClassName
{
border-color: #408C2B;
}
.TagClassName
{
border-color: #408C2B;
}
</style>