Shades of La Palma #42980A
Tints of La Palma #42980A
RGB
CMYK
RGB Variations
Color information
#42980A (or 0x42980A) is known color: La Palma. HEX triplet: 42, 98 and 0A. RGB value is (66,152,10). Sum of RGB (Red+Green+Blue) = 66+152+10=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 152 (59.77% from 255 or 66.67% from 228); Blue value is 10 (4.30% from 255 or 4.39% from 228); Max value from RGB is 152 - color contains mainly: green. Hex color #42980A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42980A is #BD67F5. Grayscale: #6E6E6E. Windows color (decimal): -12412918 or 694338. OLE color: 694338.
HSL color Cylindrical-coordinate representation of color #42980A: hue angle of 96.34º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #42980A is Cyan = 0.57, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 66 | 152 | 10 | - |
| CMYK | 0.57 | 0 | 0.93 | 0.40 |
| HSL | 96.34º | 0.88% | 0.32% | - |
| HSV(B) | 96.34º | 0.93% | 0.6% | - |
| XYZ | 13.53 | 23.64 | 4.14 | - |
| YUV | 110.1 | 71.51 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 152 | 10 | 0.57 | 0 | 0.93 | 0.40 | 96.34 | 0.88 | 0.32 |
| Hex | 42 | 98 | A | 39 | 0 | 5D | 28 | 60 | 58 | 20 |
| Octal | 102 | 230 | 12 | 71 | 0 | 135 | 50 | 140 | 130 | 40 |
| Binary | 1000010 | 10011000 | 1010 | 111001 | 0 | 1011101 | 101000 | 1100000 | 1011000 | 100000 |
Color Harmonies of #42980A
Complementary color
Monochromatic Colors of #42980A
Black with #42980A
Text Example
Text Example
White with #42980A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42980A; }
p { color: rgb(66,152,10); }
H1.HeaderClassName
{
color: #42980A;
}
.AnyTagClassName
{
color: #42980A;
}
</style>
background-color css
<style>
a { background-color: #42980A; }
a { background-color: rgb(66,152,10); }
div.DivClassName
{
background-color: #42980A;
}
.BgClassName
{
background-color: #42980A;
}
</style>
border-color css
<style>
span { border-color: #42980A; }
span { border-color: rgb(66,152,10); }
td.TdClassName
{
border-color: #42980A;
}
.TagClassName
{
border-color: #42980A;
}
</style>