Shades of La Palma #42912A
Tints of La Palma #42912A
RGB
CMYK
RGB Variations
Color information
#42912A (or 0x42912A) is known color: La Palma. HEX triplet: 42, 91 and 2A. RGB value is (66,145,42). Sum of RGB (Red+Green+Blue) = 66+145+42=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 145 (57.03% from 255 or 57.31% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 145 - color contains mainly: green. Hex color #42912A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42912A is #BD6ED5. Grayscale: #6D6D6D. Windows color (decimal): -12414678 or 2789698. OLE color: 2789698.
HSL color Cylindrical-coordinate representation of color #42912A: hue angle of 106.02º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42912A is Cyan = 0.54, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 145 | 42 | - |
| CMYK | 0.54 | 0 | 0.71 | 0.43 |
| HSL | 106.02º | 0.55% | 0.37% | - |
| HSV(B) | 106.02º | 0.71% | 0.57% | - |
| XYZ | 12.79 | 21.58 | 5.68 | - |
| YUV | 109.64 | 89.83 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 145 | 42 | 0.54 | 0 | 0.71 | 0.43 | 106.02 | 0.55 | 0.37 |
| Hex | 42 | 91 | 2A | 36 | 0 | 47 | 2B | 6A | 37 | 25 |
| Octal | 102 | 221 | 52 | 66 | 0 | 107 | 53 | 152 | 67 | 45 |
| Binary | 1000010 | 10010001 | 101010 | 110110 | 0 | 1000111 | 101011 | 1101010 | 110111 | 100101 |
Color Harmonies of #42912A
Complementary color
Monochromatic Colors of #42912A
Black with #42912A
Text Example
Text Example
White with #42912A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42912A; }
p { color: rgb(66,145,42); }
H1.HeaderClassName
{
color: #42912A;
}
.AnyTagClassName
{
color: #42912A;
}
</style>
background-color css
<style>
a { background-color: #42912A; }
a { background-color: rgb(66,145,42); }
div.DivClassName
{
background-color: #42912A;
}
.BgClassName
{
background-color: #42912A;
}
</style>
border-color css
<style>
span { border-color: #42912A; }
span { border-color: rgb(66,145,42); }
td.TdClassName
{
border-color: #42912A;
}
.TagClassName
{
border-color: #42912A;
}
</style>