Shades of La Palma #42952F
Tints of La Palma #42952F
RGB
CMYK
RGB Variations
Color information
#42952F (or 0x42952F) is known color: La Palma. HEX triplet: 42, 95 and 2F. RGB value is (66,149,47). Sum of RGB (Red+Green+Blue) = 66+149+47=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 149 (58.59% from 255 or 56.87% from 262); Blue value is 47 (18.75% from 255 or 17.94% from 262); Max value from RGB is 149 - color contains mainly: green. Hex color #42952F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42952F is #BD6AD0. Grayscale: #707070. Windows color (decimal): -12413649 or 3118402. OLE color: 3118402.
HSL color Cylindrical-coordinate representation of color #42952F: hue angle of 108.82º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42952F is Cyan = 0.56, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 149 | 47 | - |
| CMYK | 0.56 | 0 | 0.68 | 0.42 |
| HSL | 108.82º | 0.52% | 0.38% | - |
| HSV(B) | 108.82º | 0.68% | 0.58% | - |
| XYZ | 13.51 | 22.86 | 6.39 | - |
| YUV | 112.56 | 91 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 149 | 47 | 0.56 | 0 | 0.68 | 0.42 | 108.82 | 0.52 | 0.38 |
| Hex | 42 | 95 | 2F | 38 | 0 | 44 | 2A | 6D | 34 | 26 |
| Octal | 102 | 225 | 57 | 70 | 0 | 104 | 52 | 155 | 64 | 46 |
| Binary | 1000010 | 10010101 | 101111 | 111000 | 0 | 1000100 | 101010 | 1101101 | 110100 | 100110 |
Color Harmonies of #42952F
Complementary color
Monochromatic Colors of #42952F
Black with #42952F
Text Example
Text Example
White with #42952F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42952F; }
p { color: rgb(66,149,47); }
H1.HeaderClassName
{
color: #42952F;
}
.AnyTagClassName
{
color: #42952F;
}
</style>
background-color css
<style>
a { background-color: #42952F; }
a { background-color: rgb(66,149,47); }
div.DivClassName
{
background-color: #42952F;
}
.BgClassName
{
background-color: #42952F;
}
</style>
border-color css
<style>
span { border-color: #42952F; }
span { border-color: rgb(66,149,47); }
td.TdClassName
{
border-color: #42952F;
}
.TagClassName
{
border-color: #42952F;
}
</style>