Shades of La Palma #42952A
Tints of La Palma #42952A
RGB
CMYK
RGB Variations
Color information
#42952A (or 0x42952A) is known color: La Palma. HEX triplet: 42, 95 and 2A. RGB value is (66,149,42). Sum of RGB (Red+Green+Blue) = 66+149+42=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 149 (58.59% from 255 or 57.98% from 257); Blue value is 42 (16.80% from 255 or 16.34% from 257); Max value from RGB is 149 - color contains mainly: green. Hex color #42952A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42952A is #BD6AD5. Grayscale: #707070. Windows color (decimal): -12413654 or 2790722. OLE color: 2790722.
HSL color Cylindrical-coordinate representation of color #42952A: hue angle of 106.54º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42952A is Cyan = 0.56, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 149 | 42 | - |
| CMYK | 0.56 | 0 | 0.72 | 0.42 |
| HSL | 106.54º | 0.56% | 0.37% | - |
| HSV(B) | 106.54º | 0.72% | 0.58% | - |
| XYZ | 13.41 | 22.82 | 5.89 | - |
| YUV | 111.99 | 88.5 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 149 | 42 | 0.56 | 0 | 0.72 | 0.42 | 106.54 | 0.56 | 0.37 |
| Hex | 42 | 95 | 2A | 38 | 0 | 48 | 2A | 6B | 38 | 25 |
| Octal | 102 | 225 | 52 | 70 | 0 | 110 | 52 | 153 | 70 | 45 |
| Binary | 1000010 | 10010101 | 101010 | 111000 | 0 | 1001000 | 101010 | 1101011 | 111000 | 100101 |
Color Harmonies of #42952A
Complementary color
Monochromatic Colors of #42952A
Black with #42952A
Text Example
Text Example
White with #42952A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42952A; }
p { color: rgb(66,149,42); }
H1.HeaderClassName
{
color: #42952A;
}
.AnyTagClassName
{
color: #42952A;
}
</style>
background-color css
<style>
a { background-color: #42952A; }
a { background-color: rgb(66,149,42); }
div.DivClassName
{
background-color: #42952A;
}
.BgClassName
{
background-color: #42952A;
}
</style>
border-color css
<style>
span { border-color: #42952A; }
span { border-color: rgb(66,149,42); }
td.TdClassName
{
border-color: #42952A;
}
.TagClassName
{
border-color: #42952A;
}
</style>