Shades of La Palma #42912E
Tints of La Palma #42912E
RGB
CMYK
RGB Variations
Color information
#42912E (or 0x42912E) is known color: La Palma. HEX triplet: 42, 91 and 2E. RGB value is (66,145,46). Sum of RGB (Red+Green+Blue) = 66+145+46=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 145 (57.03% from 255 or 56.42% from 257); Blue value is 46 (18.36% from 255 or 17.90% from 257); Max value from RGB is 145 - color contains mainly: green. Hex color #42912E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42912E is #BD6ED1. Grayscale: #6E6E6E. Windows color (decimal): -12414674 or 3051842. OLE color: 3051842.
HSL color Cylindrical-coordinate representation of color #42912E: hue angle of 107.88º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42912E is Cyan = 0.54, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 145 | 46 | - |
| CMYK | 0.54 | 0 | 0.68 | 0.43 |
| HSL | 107.88º | 0.52% | 0.37% | - |
| HSV(B) | 107.88º | 0.68% | 0.57% | - |
| XYZ | 12.87 | 21.61 | 6.08 | - |
| YUV | 110.09 | 91.83 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 145 | 46 | 0.54 | 0 | 0.68 | 0.43 | 107.88 | 0.52 | 0.37 |
| Hex | 42 | 91 | 2E | 36 | 0 | 44 | 2B | 6C | 34 | 25 |
| Octal | 102 | 221 | 56 | 66 | 0 | 104 | 53 | 154 | 64 | 45 |
| Binary | 1000010 | 10010001 | 101110 | 110110 | 0 | 1000100 | 101011 | 1101100 | 110100 | 100101 |
Color Harmonies of #42912E
Complementary color
Monochromatic Colors of #42912E
Black with #42912E
Text Example
Text Example
White with #42912E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42912E; }
p { color: rgb(66,145,46); }
H1.HeaderClassName
{
color: #42912E;
}
.AnyTagClassName
{
color: #42912E;
}
</style>
background-color css
<style>
a { background-color: #42912E; }
a { background-color: rgb(66,145,46); }
div.DivClassName
{
background-color: #42912E;
}
.BgClassName
{
background-color: #42912E;
}
</style>
border-color css
<style>
span { border-color: #42912E; }
span { border-color: rgb(66,145,46); }
td.TdClassName
{
border-color: #42912E;
}
.TagClassName
{
border-color: #42912E;
}
</style>