Shades of La Palma #42940E
Tints of La Palma #42940E
RGB
CMYK
RGB Variations
Color information
#42940E (or 0x42940E) is known color: La Palma. HEX triplet: 42, 94 and 0E. RGB value is (66,148,14). Sum of RGB (Red+Green+Blue) = 66+148+14=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 148 (58.20% from 255 or 64.91% from 228); Blue value is 14 (5.86% from 255 or 6.14% from 228); Max value from RGB is 148 - color contains mainly: green. Hex color #42940E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42940E is #BD6BF1. Grayscale: #6C6C6C. Windows color (decimal): -12413938 or 955458. OLE color: 955458.
HSL color Cylindrical-coordinate representation of color #42940E: hue angle of 96.72º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #42940E is Cyan = 0.55, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 148 | 14 | - |
| CMYK | 0.55 | 0 | 0.91 | 0.42 |
| HSL | 96.72º | 0.83% | 0.32% | - |
| HSV(B) | 96.72º | 0.91% | 0.58% | - |
| XYZ | 12.92 | 22.37 | 4.05 | - |
| YUV | 108.21 | 74.83 | 97.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 148 | 14 | 0.55 | 0 | 0.91 | 0.42 | 96.72 | 0.83 | 0.32 |
| Hex | 42 | 94 | E | 37 | 0 | 5B | 2A | 61 | 53 | 20 |
| Octal | 102 | 224 | 16 | 67 | 0 | 133 | 52 | 141 | 123 | 40 |
| Binary | 1000010 | 10010100 | 1110 | 110111 | 0 | 1011011 | 101010 | 1100001 | 1010011 | 100000 |
Color Harmonies of #42940E
Complementary color
Monochromatic Colors of #42940E
Black with #42940E
Text Example
Text Example
White with #42940E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42940E; }
p { color: rgb(66,148,14); }
H1.HeaderClassName
{
color: #42940E;
}
.AnyTagClassName
{
color: #42940E;
}
</style>
background-color css
<style>
a { background-color: #42940E; }
a { background-color: rgb(66,148,14); }
div.DivClassName
{
background-color: #42940E;
}
.BgClassName
{
background-color: #42940E;
}
</style>
border-color css
<style>
span { border-color: #42940E; }
span { border-color: rgb(66,148,14); }
td.TdClassName
{
border-color: #42940E;
}
.TagClassName
{
border-color: #42940E;
}
</style>