Shades of La Palma #42982C
Tints of La Palma #42982C
RGB
CMYK
RGB Variations
Color information
#42982C (or 0x42982C) is known color: La Palma. HEX triplet: 42, 98 and 2C. RGB value is (66,152,44). Sum of RGB (Red+Green+Blue) = 66+152+44=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 152 (59.77% from 255 or 58.02% from 262); Blue value is 44 (17.58% from 255 or 16.79% from 262); Max value from RGB is 152 - color contains mainly: green. Hex color #42982C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42982C is #BD67D3. Grayscale: #727272. Windows color (decimal): -12412884 or 2922562. OLE color: 2922562.
HSL color Cylindrical-coordinate representation of color #42982C: hue angle of 107.78º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42982C is Cyan = 0.57, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 66 | 152 | 44 | - |
| CMYK | 0.57 | 0 | 0.71 | 0.40 |
| HSL | 107.78º | 0.55% | 0.38% | - |
| HSV(B) | 107.78º | 0.71% | 0.6% | - |
| XYZ | 13.93 | 23.8 | 6.24 | - |
| YUV | 113.97 | 88.51 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 152 | 44 | 0.57 | 0 | 0.71 | 0.40 | 107.78 | 0.55 | 0.38 |
| Hex | 42 | 98 | 2C | 39 | 0 | 47 | 28 | 6C | 37 | 26 |
| Octal | 102 | 230 | 54 | 71 | 0 | 107 | 50 | 154 | 67 | 46 |
| Binary | 1000010 | 10011000 | 101100 | 111001 | 0 | 1000111 | 101000 | 1101100 | 110111 | 100110 |
Color Harmonies of #42982C
Complementary color
Monochromatic Colors of #42982C
Black with #42982C
Text Example
Text Example
White with #42982C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42982C; }
p { color: rgb(66,152,44); }
H1.HeaderClassName
{
color: #42982C;
}
.AnyTagClassName
{
color: #42982C;
}
</style>
background-color css
<style>
a { background-color: #42982C; }
a { background-color: rgb(66,152,44); }
div.DivClassName
{
background-color: #42982C;
}
.BgClassName
{
background-color: #42982C;
}
</style>
border-color css
<style>
span { border-color: #42982C; }
span { border-color: rgb(66,152,44); }
td.TdClassName
{
border-color: #42982C;
}
.TagClassName
{
border-color: #42982C;
}
</style>