Shades of La Palma #42A123
Tints of La Palma #42A123
RGB
CMYK
RGB Variations
Color information
#42A123 (or 0x42A123) is known color: La Palma. HEX triplet: 42, A1 and 23. RGB value is (66,161,35). Sum of RGB (Red+Green+Blue) = 66+161+35=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 161 (63.28% from 255 or 61.45% from 262); Blue value is 35 (14.06% from 255 or 13.36% from 262); Max value from RGB is 161 - color contains mainly: green. Hex color #42A123 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A123 is #BD5EDC. Grayscale: #767676. Windows color (decimal): -12410589 or 2335042. OLE color: 2335042.
HSL color Cylindrical-coordinate representation of color #42A123: hue angle of 105.24º 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 #42A123 is Cyan = 0.59, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 66 | 161 | 35 | - |
| CMYK | 0.59 | 0 | 0.78 | 0.37 |
| HSL | 105.24º | 0.64% | 0.38% | - |
| HSV(B) | 105.24º | 0.78% | 0.63% | - |
| XYZ | 15.3 | 26.77 | 5.95 | - |
| YUV | 118.23 | 81.03 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 161 | 35 | 0.59 | 0 | 0.78 | 0.37 | 105.24 | 0.64 | 0.38 |
| Hex | 42 | A1 | 23 | 3B | 0 | 4E | 25 | 69 | 40 | 26 |
| Octal | 102 | 241 | 43 | 73 | 0 | 116 | 45 | 151 | 100 | 46 |
| Binary | 1000010 | 10100001 | 100011 | 111011 | 0 | 1001110 | 100101 | 1101001 | 1000000 | 100110 |
Color Harmonies of #42A123
Complementary color
Monochromatic Colors of #42A123
Black with #42A123
Text Example
Text Example
White with #42A123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A123; }
p { color: rgb(66,161,35); }
H1.HeaderClassName
{
color: #42A123;
}
.AnyTagClassName
{
color: #42A123;
}
</style>
background-color css
<style>
a { background-color: #42A123; }
a { background-color: rgb(66,161,35); }
div.DivClassName
{
background-color: #42A123;
}
.BgClassName
{
background-color: #42A123;
}
</style>
border-color css
<style>
span { border-color: #42A123; }
span { border-color: rgb(66,161,35); }
td.TdClassName
{
border-color: #42A123;
}
.TagClassName
{
border-color: #42A123;
}
</style>