Shades of La Palma #42951E
Tints of La Palma #42951E
RGB
CMYK
RGB Variations
Color information
#42951E (or 0x42951E) is known color: La Palma. HEX triplet: 42, 95 and 1E. RGB value is (66,149,30). Sum of RGB (Red+Green+Blue) = 66+149+30=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 149 (58.59% from 255 or 60.82% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 149 - color contains mainly: green. Hex color #42951E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42951E is #BD6AE1. Grayscale: #6F6F6F. Windows color (decimal): -12413666 or 2004290. OLE color: 2004290.
HSL color Cylindrical-coordinate representation of color #42951E: hue angle of 101.85º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #42951E is Cyan = 0.56, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 149 | 30 | - |
| CMYK | 0.56 | 0 | 0.80 | 0.42 |
| HSL | 101.85º | 0.66% | 0.35% | - |
| HSV(B) | 101.85º | 0.8% | 0.58% | - |
| XYZ | 13.23 | 22.75 | 4.92 | - |
| YUV | 110.62 | 82.5 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 149 | 30 | 0.56 | 0 | 0.80 | 0.42 | 101.85 | 0.66 | 0.35 |
| Hex | 42 | 95 | 1E | 38 | 0 | 50 | 2A | 66 | 42 | 23 |
| Octal | 102 | 225 | 36 | 70 | 0 | 120 | 52 | 146 | 102 | 43 |
| Binary | 1000010 | 10010101 | 11110 | 111000 | 0 | 1010000 | 101010 | 1100110 | 1000010 | 100011 |
Color Harmonies of #42951E
Complementary color
Monochromatic Colors of #42951E
Black with #42951E
Text Example
Text Example
White with #42951E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42951E; }
p { color: rgb(66,149,30); }
H1.HeaderClassName
{
color: #42951E;
}
.AnyTagClassName
{
color: #42951E;
}
</style>
background-color css
<style>
a { background-color: #42951E; }
a { background-color: rgb(66,149,30); }
div.DivClassName
{
background-color: #42951E;
}
.BgClassName
{
background-color: #42951E;
}
</style>
border-color css
<style>
span { border-color: #42951E; }
span { border-color: rgb(66,149,30); }
td.TdClassName
{
border-color: #42951E;
}
.TagClassName
{
border-color: #42951E;
}
</style>