Shades of La Palma #42941A
Tints of La Palma #42941A
RGB
CMYK
RGB Variations
Color information
#42941A (or 0x42941A) is known color: La Palma. HEX triplet: 42, 94 and 1A. RGB value is (66,148,26). Sum of RGB (Red+Green+Blue) = 66+148+26=240 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.5% from 240); Green value is 148 (58.20% from 255 or 61.67% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 148 - color contains mainly: green. Hex color #42941A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42941A is #BD6BE5. Grayscale: #6D6D6D. Windows color (decimal): -12413926 or 1741890. OLE color: 1741890.
HSL color Cylindrical-coordinate representation of color #42941A: hue angle of 100.33º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #42941A is Cyan = 0.55, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 148 | 26 | - |
| CMYK | 0.55 | 0 | 0.82 | 0.42 |
| HSL | 100.33º | 0.7% | 0.34% | - |
| HSV(B) | 100.33º | 0.82% | 0.58% | - |
| XYZ | 13.02 | 22.41 | 4.62 | - |
| YUV | 109.57 | 80.83 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 148 | 26 | 0.55 | 0 | 0.82 | 0.42 | 100.33 | 0.7 | 0.34 |
| Hex | 42 | 94 | 1A | 37 | 0 | 52 | 2A | 64 | 46 | 22 |
| Octal | 102 | 224 | 32 | 67 | 0 | 122 | 52 | 144 | 106 | 42 |
| Binary | 1000010 | 10010100 | 11010 | 110111 | 0 | 1010010 | 101010 | 1100100 | 1000110 | 100010 |
Color Harmonies of #42941A
Complementary color
Monochromatic Colors of #42941A
Black with #42941A
Text Example
Text Example
White with #42941A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42941A; }
p { color: rgb(66,148,26); }
H1.HeaderClassName
{
color: #42941A;
}
.AnyTagClassName
{
color: #42941A;
}
</style>
background-color css
<style>
a { background-color: #42941A; }
a { background-color: rgb(66,148,26); }
div.DivClassName
{
background-color: #42941A;
}
.BgClassName
{
background-color: #42941A;
}
</style>
border-color css
<style>
span { border-color: #42941A; }
span { border-color: rgb(66,148,26); }
td.TdClassName
{
border-color: #42941A;
}
.TagClassName
{
border-color: #42941A;
}
</style>