Shades of La Palma #42A11B
Tints of La Palma #42A11B
RGB
CMYK
RGB Variations
Color information
#42A11B (or 0x42A11B) is known color: La Palma. HEX triplet: 42, A1 and 1B. RGB value is (66,161,27). Sum of RGB (Red+Green+Blue) = 66+161+27=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 161 (63.28% from 255 or 63.39% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 161 - color contains mainly: green. Hex color #42A11B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A11B is #BD5EE4. Grayscale: #757575. Windows color (decimal): -12410597 or 1810754. OLE color: 1810754.
HSL color Cylindrical-coordinate representation of color #42A11B: hue angle of 102.54º degrees, saturation: 0.71, 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 #42A11B is Cyan = 0.59, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 66 | 161 | 27 | - |
| CMYK | 0.59 | 0 | 0.83 | 0.37 |
| HSL | 102.54º | 0.71% | 0.37% | - |
| HSV(B) | 102.54º | 0.83% | 0.63% | - |
| XYZ | 15.19 | 26.73 | 5.4 | - |
| YUV | 117.32 | 77.03 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 161 | 27 | 0.59 | 0 | 0.83 | 0.37 | 102.54 | 0.71 | 0.37 |
| Hex | 42 | A1 | 1B | 3B | 0 | 53 | 25 | 67 | 47 | 25 |
| Octal | 102 | 241 | 33 | 73 | 0 | 123 | 45 | 147 | 107 | 45 |
| Binary | 1000010 | 10100001 | 11011 | 111011 | 0 | 1010011 | 100101 | 1100111 | 1000111 | 100101 |
Color Harmonies of #42A11B
Complementary color
Monochromatic Colors of #42A11B
Black with #42A11B
Text Example
Text Example
White with #42A11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A11B; }
p { color: rgb(66,161,27); }
H1.HeaderClassName
{
color: #42A11B;
}
.AnyTagClassName
{
color: #42A11B;
}
</style>
background-color css
<style>
a { background-color: #42A11B; }
a { background-color: rgb(66,161,27); }
div.DivClassName
{
background-color: #42A11B;
}
.BgClassName
{
background-color: #42A11B;
}
</style>
border-color css
<style>
span { border-color: #42A11B; }
span { border-color: rgb(66,161,27); }
td.TdClassName
{
border-color: #42A11B;
}
.TagClassName
{
border-color: #42A11B;
}
</style>