Shades of La Palma #42A228
Tints of La Palma #42A228
RGB
CMYK
RGB Variations
Color information
#42A228 (or 0x42A228) is known color: La Palma. HEX triplet: 42, A2 and 28. RGB value is (66,162,40). Sum of RGB (Red+Green+Blue) = 66+162+40=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 162 (63.67% from 255 or 60.45% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 162 - color contains mainly: green. Hex color #42A228 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A228 is #BD5DD7. Grayscale: #777777. Windows color (decimal): -12410328 or 2662978. OLE color: 2662978.
HSL color Cylindrical-coordinate representation of color #42A228: hue angle of 107.21º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #42A228 is Cyan = 0.59, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 66 | 162 | 40 | - |
| CMYK | 0.59 | 0 | 0.75 | 0.36 |
| HSL | 107.21º | 0.6% | 0.4% | - |
| HSV(B) | 107.21º | 0.75% | 0.64% | - |
| XYZ | 15.55 | 27.15 | 6.43 | - |
| YUV | 119.39 | 83.2 | 89.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 162 | 40 | 0.59 | 0 | 0.75 | 0.36 | 107.21 | 0.6 | 0.4 |
| Hex | 42 | A2 | 28 | 3B | 0 | 4B | 24 | 6B | 3C | 28 |
| Octal | 102 | 242 | 50 | 73 | 0 | 113 | 44 | 153 | 74 | 50 |
| Binary | 1000010 | 10100010 | 101000 | 111011 | 0 | 1001011 | 100100 | 1101011 | 111100 | 101000 |
Color Harmonies of #42A228
Complementary color
Monochromatic Colors of #42A228
Black with #42A228
Text Example
Text Example
White with #42A228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A228; }
p { color: rgb(66,162,40); }
H1.HeaderClassName
{
color: #42A228;
}
.AnyTagClassName
{
color: #42A228;
}
</style>
background-color css
<style>
a { background-color: #42A228; }
a { background-color: rgb(66,162,40); }
div.DivClassName
{
background-color: #42A228;
}
.BgClassName
{
background-color: #42A228;
}
</style>
border-color css
<style>
span { border-color: #42A228; }
span { border-color: rgb(66,162,40); }
td.TdClassName
{
border-color: #42A228;
}
.TagClassName
{
border-color: #42A228;
}
</style>