Shades of La Palma #42A223
Tints of La Palma #42A223
RGB
CMYK
RGB Variations
Color information
#42A223 (or 0x42A223) is known color: La Palma. HEX triplet: 42, A2 and 23. RGB value is (66,162,35). Sum of RGB (Red+Green+Blue) = 66+162+35=263 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.10% from 263); Green value is 162 (63.67% from 255 or 61.60% from 263); Blue value is 35 (14.06% from 255 or 13.31% from 263); Max value from RGB is 162 - color contains mainly: green. Hex color #42A223 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A223 is #BD5DDC. Grayscale: #777777. Windows color (decimal): -12410333 or 2335298. OLE color: 2335298.
HSL color Cylindrical-coordinate representation of color #42A223: hue angle of 105.35º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #42A223 is Cyan = 0.59, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 66 | 162 | 35 | - |
| CMYK | 0.59 | 0 | 0.78 | 0.36 |
| HSL | 105.35º | 0.64% | 0.39% | - |
| HSV(B) | 105.35º | 0.78% | 0.64% | - |
| XYZ | 15.47 | 27.12 | 6.01 | - |
| YUV | 118.82 | 80.7 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 162 | 35 | 0.59 | 0 | 0.78 | 0.36 | 105.35 | 0.64 | 0.39 |
| Hex | 42 | A2 | 23 | 3B | 0 | 4E | 24 | 69 | 40 | 27 |
| Octal | 102 | 242 | 43 | 73 | 0 | 116 | 44 | 151 | 100 | 47 |
| Binary | 1000010 | 10100010 | 100011 | 111011 | 0 | 1001110 | 100100 | 1101001 | 1000000 | 100111 |
Color Harmonies of #42A223
Complementary color
Monochromatic Colors of #42A223
Black with #42A223
Text Example
Text Example
White with #42A223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A223; }
p { color: rgb(66,162,35); }
H1.HeaderClassName
{
color: #42A223;
}
.AnyTagClassName
{
color: #42A223;
}
</style>
background-color css
<style>
a { background-color: #42A223; }
a { background-color: rgb(66,162,35); }
div.DivClassName
{
background-color: #42A223;
}
.BgClassName
{
background-color: #42A223;
}
</style>
border-color css
<style>
span { border-color: #42A223; }
span { border-color: rgb(66,162,35); }
td.TdClassName
{
border-color: #42A223;
}
.TagClassName
{
border-color: #42A223;
}
</style>