Shades of La Palma #42A11C
Tints of La Palma #42A11C
RGB
CMYK
RGB Variations
Color information
#42A11C (or 0x42A11C) is known color: La Palma. HEX triplet: 42, A1 and 1C. RGB value is (66,161,28). Sum of RGB (Red+Green+Blue) = 66+161+28=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 161 (63.28% from 255 or 63.14% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 161 - color contains mainly: green. Hex color #42A11C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A11C is #BD5EE3. Grayscale: #757575. Windows color (decimal): -12410596 or 1876290. OLE color: 1876290.
HSL color Cylindrical-coordinate representation of color #42A11C: hue angle of 102.86º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #42A11C is Cyan = 0.59, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 66 | 161 | 28 | - |
| CMYK | 0.59 | 0 | 0.83 | 0.37 |
| HSL | 102.86º | 0.7% | 0.37% | - |
| HSV(B) | 102.86º | 0.83% | 0.63% | - |
| XYZ | 15.2 | 26.73 | 5.46 | - |
| YUV | 117.43 | 77.53 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 161 | 28 | 0.59 | 0 | 0.83 | 0.37 | 102.86 | 0.7 | 0.37 |
| Hex | 42 | A1 | 1C | 3B | 0 | 53 | 25 | 67 | 46 | 25 |
| Octal | 102 | 241 | 34 | 73 | 0 | 123 | 45 | 147 | 106 | 45 |
| Binary | 1000010 | 10100001 | 11100 | 111011 | 0 | 1010011 | 100101 | 1100111 | 1000110 | 100101 |
Color Harmonies of #42A11C
Complementary color
Monochromatic Colors of #42A11C
Black with #42A11C
Text Example
Text Example
White with #42A11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A11C; }
p { color: rgb(66,161,28); }
H1.HeaderClassName
{
color: #42A11C;
}
.AnyTagClassName
{
color: #42A11C;
}
</style>
background-color css
<style>
a { background-color: #42A11C; }
a { background-color: rgb(66,161,28); }
div.DivClassName
{
background-color: #42A11C;
}
.BgClassName
{
background-color: #42A11C;
}
</style>
border-color css
<style>
span { border-color: #42A11C; }
span { border-color: rgb(66,161,28); }
td.TdClassName
{
border-color: #42A11C;
}
.TagClassName
{
border-color: #42A11C;
}
</style>