Shades of La Palma #42A21D
Tints of La Palma #42A21D
RGB
CMYK
RGB Variations
Color information
#42A21D (or 0x42A21D) is known color: La Palma. HEX triplet: 42, A2 and 1D. RGB value is (66,162,29). Sum of RGB (Red+Green+Blue) = 66+162+29=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 162 (63.67% from 255 or 63.04% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 162 - color contains mainly: green. Hex color #42A21D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A21D is #BD5DE2. Grayscale: #767676. Windows color (decimal): -12410339 or 1942082. OLE color: 1942082.
HSL color Cylindrical-coordinate representation of color #42A21D: hue angle of 103.31º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #42A21D is Cyan = 0.59, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 66 | 162 | 29 | - |
| CMYK | 0.59 | 0 | 0.82 | 0.36 |
| HSL | 103.31º | 0.7% | 0.37% | - |
| HSV(B) | 103.31º | 0.82% | 0.64% | - |
| XYZ | 15.39 | 27.09 | 5.58 | - |
| YUV | 118.13 | 77.7 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 162 | 29 | 0.59 | 0 | 0.82 | 0.36 | 103.31 | 0.7 | 0.37 |
| Hex | 42 | A2 | 1D | 3B | 0 | 52 | 24 | 67 | 46 | 25 |
| Octal | 102 | 242 | 35 | 73 | 0 | 122 | 44 | 147 | 106 | 45 |
| Binary | 1000010 | 10100010 | 11101 | 111011 | 0 | 1010010 | 100100 | 1100111 | 1000110 | 100101 |
Color Harmonies of #42A21D
Complementary color
Monochromatic Colors of #42A21D
Black with #42A21D
Text Example
Text Example
White with #42A21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A21D; }
p { color: rgb(66,162,29); }
H1.HeaderClassName
{
color: #42A21D;
}
.AnyTagClassName
{
color: #42A21D;
}
</style>
background-color css
<style>
a { background-color: #42A21D; }
a { background-color: rgb(66,162,29); }
div.DivClassName
{
background-color: #42A21D;
}
.BgClassName
{
background-color: #42A21D;
}
</style>
border-color css
<style>
span { border-color: #42A21D; }
span { border-color: rgb(66,162,29); }
td.TdClassName
{
border-color: #42A21D;
}
.TagClassName
{
border-color: #42A21D;
}
</style>