Shades of La Palma #42A232
Tints of La Palma #42A232
RGB
CMYK
RGB Variations
Color information
#42A232 (or 0x42A232) is known color: La Palma. HEX triplet: 42, A2 and 32. RGB value is (66,162,50). Sum of RGB (Red+Green+Blue) = 66+162+50=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 162 (63.67% from 255 or 58.27% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 162 - color contains mainly: green. Hex color #42A232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A232 is #BD5DCD. Grayscale: #787878. Windows color (decimal): -12410318 or 3318338. OLE color: 3318338.
HSL color Cylindrical-coordinate representation of color #42A232: hue angle of 111.43º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42A232 is Cyan = 0.59, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 66 | 162 | 50 | - |
| CMYK | 0.59 | 0 | 0.69 | 0.36 |
| HSL | 111.43º | 0.53% | 0.42% | - |
| HSV(B) | 111.43º | 0.69% | 0.64% | - |
| XYZ | 15.74 | 27.23 | 7.44 | - |
| YUV | 120.53 | 88.2 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 162 | 50 | 0.59 | 0 | 0.69 | 0.36 | 111.43 | 0.53 | 0.42 |
| Hex | 42 | A2 | 32 | 3B | 0 | 45 | 24 | 6F | 35 | 2A |
| Octal | 102 | 242 | 62 | 73 | 0 | 105 | 44 | 157 | 65 | 52 |
| Binary | 1000010 | 10100010 | 110010 | 111011 | 0 | 1000101 | 100100 | 1101111 | 110101 | 101010 |
Color Harmonies of #42A232
Complementary color
Monochromatic Colors of #42A232
Black with #42A232
Text Example
Text Example
White with #42A232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A232; }
p { color: rgb(66,162,50); }
H1.HeaderClassName
{
color: #42A232;
}
.AnyTagClassName
{
color: #42A232;
}
</style>
background-color css
<style>
a { background-color: #42A232; }
a { background-color: rgb(66,162,50); }
div.DivClassName
{
background-color: #42A232;
}
.BgClassName
{
background-color: #42A232;
}
</style>
border-color css
<style>
span { border-color: #42A232; }
span { border-color: rgb(66,162,50); }
td.TdClassName
{
border-color: #42A232;
}
.TagClassName
{
border-color: #42A232;
}
</style>