Shades of La Palma #42961A
Tints of La Palma #42961A
RGB
CMYK
RGB Variations
Color information
#42961A (or 0x42961A) is known color: La Palma. HEX triplet: 42, 96 and 1A. RGB value is (66,150,26). Sum of RGB (Red+Green+Blue) = 66+150+26=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 150 (58.98% from 255 or 61.98% from 242); Blue value is 26 (10.55% from 255 or 10.74% from 242); Max value from RGB is 150 - color contains mainly: green. Hex color #42961A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42961A is #BD69E5. Grayscale: #6F6F6F. Windows color (decimal): -12413414 or 1742402. OLE color: 1742402.
HSL color Cylindrical-coordinate representation of color #42961A: hue angle of 100.65º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #42961A is Cyan = 0.56, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 66 | 150 | 26 | - |
| CMYK | 0.56 | 0 | 0.83 | 0.41 |
| HSL | 100.65º | 0.7% | 0.35% | - |
| HSV(B) | 100.65º | 0.83% | 0.59% | - |
| XYZ | 13.34 | 23.05 | 4.72 | - |
| YUV | 110.75 | 80.17 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 150 | 26 | 0.56 | 0 | 0.83 | 0.41 | 100.65 | 0.7 | 0.35 |
| Hex | 42 | 96 | 1A | 38 | 0 | 53 | 29 | 65 | 46 | 23 |
| Octal | 102 | 226 | 32 | 70 | 0 | 123 | 51 | 145 | 106 | 43 |
| Binary | 1000010 | 10010110 | 11010 | 111000 | 0 | 1010011 | 101001 | 1100101 | 1000110 | 100011 |
Color Harmonies of #42961A
Complementary color
Monochromatic Colors of #42961A
Black with #42961A
Text Example
Text Example
White with #42961A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42961A; }
p { color: rgb(66,150,26); }
H1.HeaderClassName
{
color: #42961A;
}
.AnyTagClassName
{
color: #42961A;
}
</style>
background-color css
<style>
a { background-color: #42961A; }
a { background-color: rgb(66,150,26); }
div.DivClassName
{
background-color: #42961A;
}
.BgClassName
{
background-color: #42961A;
}
</style>
border-color css
<style>
span { border-color: #42961A; }
span { border-color: rgb(66,150,26); }
td.TdClassName
{
border-color: #42961A;
}
.TagClassName
{
border-color: #42961A;
}
</style>