Shades of La Palma #40A02C
Tints of La Palma #40A02C
RGB
CMYK
RGB Variations
Color information
#40A02C (or 0x40A02C) is known color: La Palma. HEX triplet: 40, A0 and 2C. RGB value is (64,160,44). Sum of RGB (Red+Green+Blue) = 64+160+44=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 160 (62.89% from 255 or 59.70% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 160 - color contains mainly: green. Hex color #40A02C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A02C is #BF5FD3. Grayscale: #767676. Windows color (decimal): -12541908 or 2924608. OLE color: 2924608.
HSL color Cylindrical-coordinate representation of color #40A02C: hue angle of 109.66º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40A02C is Cyan = 0.6, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 64 | 160 | 44 | - |
| CMYK | 0.6 | 0 | 0.72 | 0.37 |
| HSL | 109.66º | 0.57% | 0.4% | - |
| HSV(B) | 109.66º | 0.73% | 0.63% | - |
| XYZ | 15.14 | 26.41 | 6.68 | - |
| YUV | 118.07 | 86.2 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 160 | 44 | 0.6 | 0 | 0.72 | 0.37 | 109.66 | 0.57 | 0.4 |
| Hex | 40 | A0 | 2C | 3C | 0 | 48 | 25 | 6E | 39 | 28 |
| Octal | 100 | 240 | 54 | 74 | 0 | 110 | 45 | 156 | 71 | 50 |
| Binary | 1000000 | 10100000 | 101100 | 111100 | 0 | 1001000 | 100101 | 1101110 | 111001 | 101000 |
Color Harmonies of #40A02C
Complementary color
Monochromatic Colors of #40A02C
Black with #40A02C
Text Example
Text Example
White with #40A02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A02C; }
p { color: rgb(64,160,44); }
H1.HeaderClassName
{
color: #40A02C;
}
.AnyTagClassName
{
color: #40A02C;
}
</style>
background-color css
<style>
a { background-color: #40A02C; }
a { background-color: rgb(64,160,44); }
div.DivClassName
{
background-color: #40A02C;
}
.BgClassName
{
background-color: #40A02C;
}
</style>
border-color css
<style>
span { border-color: #40A02C; }
span { border-color: rgb(64,160,44); }
td.TdClassName
{
border-color: #40A02C;
}
.TagClassName
{
border-color: #40A02C;
}
</style>