Shades of La Palma #41A21E
Tints of La Palma #41A21E
RGB
CMYK
RGB Variations
Color information
#41A21E (or 0x41A21E) is known color: La Palma. HEX triplet: 41, A2 and 1E. RGB value is (65,162,30). Sum of RGB (Red+Green+Blue) = 65+162+30=257 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.29% from 257); Green value is 162 (63.67% from 255 or 63.04% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 162 - color contains mainly: green. Hex color #41A21E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41A21E is #BE5DE1. Grayscale: #767676. Windows color (decimal): -12475874 or 2007617. OLE color: 2007617.
HSL color Cylindrical-coordinate representation of color #41A21E: hue angle of 104.09º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #41A21E is Cyan = 0.60, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 65 | 162 | 30 | - |
| CMYK | 0.60 | 0 | 0.81 | 0.36 |
| HSL | 104.09º | 0.69% | 0.38% | - |
| HSV(B) | 104.09º | 0.81% | 0.64% | - |
| XYZ | 15.33 | 27.06 | 5.64 | - |
| YUV | 117.95 | 78.36 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 162 | 30 | 0.60 | 0 | 0.81 | 0.36 | 104.09 | 0.69 | 0.38 |
| Hex | 41 | A2 | 1E | 3C | 0 | 51 | 24 | 68 | 45 | 26 |
| Octal | 101 | 242 | 36 | 74 | 0 | 121 | 44 | 150 | 105 | 46 |
| Binary | 1000001 | 10100010 | 11110 | 111100 | 0 | 1010001 | 100100 | 1101000 | 1000101 | 100110 |
Color Harmonies of #41A21E
Complementary color
Monochromatic Colors of #41A21E
Black with #41A21E
Text Example
Text Example
White with #41A21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A21E; }
p { color: rgb(65,162,30); }
H1.HeaderClassName
{
color: #41A21E;
}
.AnyTagClassName
{
color: #41A21E;
}
</style>
background-color css
<style>
a { background-color: #41A21E; }
a { background-color: rgb(65,162,30); }
div.DivClassName
{
background-color: #41A21E;
}
.BgClassName
{
background-color: #41A21E;
}
</style>
border-color css
<style>
span { border-color: #41A21E; }
span { border-color: rgb(65,162,30); }
td.TdClassName
{
border-color: #41A21E;
}
.TagClassName
{
border-color: #41A21E;
}
</style>