Shades of La Palma #42941E
Tints of La Palma #42941E
RGB
CMYK
RGB Variations
Color information
#42941E (or 0x42941E) is known color: La Palma. HEX triplet: 42, 94 and 1E. RGB value is (66,148,30). Sum of RGB (Red+Green+Blue) = 66+148+30=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 148 (58.20% from 255 or 60.66% from 244); Blue value is 30 (12.11% from 255 or 12.30% from 244); Max value from RGB is 148 - color contains mainly: green. Hex color #42941E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42941E is #BD6BE1. Grayscale: #6E6E6E. Windows color (decimal): -12413922 or 2004034. OLE color: 2004034.
HSL color Cylindrical-coordinate representation of color #42941E: hue angle of 101.69º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #42941E is Cyan = 0.55, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 148 | 30 | - |
| CMYK | 0.55 | 0 | 0.80 | 0.42 |
| HSL | 101.69º | 0.66% | 0.35% | - |
| HSV(B) | 101.69º | 0.8% | 0.58% | - |
| XYZ | 13.07 | 22.43 | 4.87 | - |
| YUV | 110.03 | 82.83 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 148 | 30 | 0.55 | 0 | 0.80 | 0.42 | 101.69 | 0.66 | 0.35 |
| Hex | 42 | 94 | 1E | 37 | 0 | 50 | 2A | 66 | 42 | 23 |
| Octal | 102 | 224 | 36 | 67 | 0 | 120 | 52 | 146 | 102 | 43 |
| Binary | 1000010 | 10010100 | 11110 | 110111 | 0 | 1010000 | 101010 | 1100110 | 1000010 | 100011 |
Color Harmonies of #42941E
Complementary color
Monochromatic Colors of #42941E
Black with #42941E
Text Example
Text Example
White with #42941E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42941E; }
p { color: rgb(66,148,30); }
H1.HeaderClassName
{
color: #42941E;
}
.AnyTagClassName
{
color: #42941E;
}
</style>
background-color css
<style>
a { background-color: #42941E; }
a { background-color: rgb(66,148,30); }
div.DivClassName
{
background-color: #42941E;
}
.BgClassName
{
background-color: #42941E;
}
</style>
border-color css
<style>
span { border-color: #42941E; }
span { border-color: rgb(66,148,30); }
td.TdClassName
{
border-color: #42941E;
}
.TagClassName
{
border-color: #42941E;
}
</style>