Shades of La Palma #42A023
Tints of La Palma #42A023
RGB
CMYK
RGB Variations
Color information
#42A023 (or 0x42A023) is known color: La Palma. HEX triplet: 42, A0 and 23. RGB value is (66,160,35). Sum of RGB (Red+Green+Blue) = 66+160+35=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 160 (62.89% from 255 or 61.30% from 261); Blue value is 35 (14.06% from 255 or 13.41% from 261); Max value from RGB is 160 - color contains mainly: green. Hex color #42A023 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A023 is #BD5FDC. Grayscale: #767676. Windows color (decimal): -12410845 or 2334786. OLE color: 2334786.
HSL color Cylindrical-coordinate representation of color #42A023: hue angle of 105.12º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #42A023 is Cyan = 0.59, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 66 | 160 | 35 | - |
| CMYK | 0.59 | 0 | 0.78 | 0.37 |
| HSL | 105.12º | 0.64% | 0.38% | - |
| HSV(B) | 105.12º | 0.78% | 0.63% | - |
| XYZ | 15.12 | 26.42 | 5.89 | - |
| YUV | 117.64 | 81.36 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 160 | 35 | 0.59 | 0 | 0.78 | 0.37 | 105.12 | 0.64 | 0.38 |
| Hex | 42 | A0 | 23 | 3B | 0 | 4E | 25 | 69 | 40 | 26 |
| Octal | 102 | 240 | 43 | 73 | 0 | 116 | 45 | 151 | 100 | 46 |
| Binary | 1000010 | 10100000 | 100011 | 111011 | 0 | 1001110 | 100101 | 1101001 | 1000000 | 100110 |
Color Harmonies of #42A023
Complementary color
Monochromatic Colors of #42A023
Black with #42A023
Text Example
Text Example
White with #42A023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A023; }
p { color: rgb(66,160,35); }
H1.HeaderClassName
{
color: #42A023;
}
.AnyTagClassName
{
color: #42A023;
}
</style>
background-color css
<style>
a { background-color: #42A023; }
a { background-color: rgb(66,160,35); }
div.DivClassName
{
background-color: #42A023;
}
.BgClassName
{
background-color: #42A023;
}
</style>
border-color css
<style>
span { border-color: #42A023; }
span { border-color: rgb(66,160,35); }
td.TdClassName
{
border-color: #42A023;
}
.TagClassName
{
border-color: #42A023;
}
</style>