Shades of La Palma #42951A
Tints of La Palma #42951A
RGB
CMYK
RGB Variations
Color information
#42951A (or 0x42951A) is known color: La Palma. HEX triplet: 42, 95 and 1A. RGB value is (66,149,26). Sum of RGB (Red+Green+Blue) = 66+149+26=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 149 (58.59% from 255 or 61.83% from 241); Blue value is 26 (10.55% from 255 or 10.79% from 241); Max value from RGB is 149 - color contains mainly: green. Hex color #42951A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42951A is #BD6AE5. Grayscale: #6E6E6E. Windows color (decimal): -12413670 or 1742146. OLE color: 1742146.
HSL color Cylindrical-coordinate representation of color #42951A: hue angle of 100.49º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #42951A is Cyan = 0.56, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 149 | 26 | - |
| CMYK | 0.56 | 0 | 0.83 | 0.42 |
| HSL | 100.49º | 0.7% | 0.34% | - |
| HSV(B) | 100.49º | 0.83% | 0.58% | - |
| XYZ | 13.18 | 22.73 | 4.67 | - |
| YUV | 110.16 | 80.5 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 149 | 26 | 0.56 | 0 | 0.83 | 0.42 | 100.49 | 0.7 | 0.34 |
| Hex | 42 | 95 | 1A | 38 | 0 | 53 | 2A | 64 | 46 | 22 |
| Octal | 102 | 225 | 32 | 70 | 0 | 123 | 52 | 144 | 106 | 42 |
| Binary | 1000010 | 10010101 | 11010 | 111000 | 0 | 1010011 | 101010 | 1100100 | 1000110 | 100010 |
Color Harmonies of #42951A
Complementary color
Monochromatic Colors of #42951A
Black with #42951A
Text Example
Text Example
White with #42951A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42951A; }
p { color: rgb(66,149,26); }
H1.HeaderClassName
{
color: #42951A;
}
.AnyTagClassName
{
color: #42951A;
}
</style>
background-color css
<style>
a { background-color: #42951A; }
a { background-color: rgb(66,149,26); }
div.DivClassName
{
background-color: #42951A;
}
.BgClassName
{
background-color: #42951A;
}
</style>
border-color css
<style>
span { border-color: #42951A; }
span { border-color: rgb(66,149,26); }
td.TdClassName
{
border-color: #42951A;
}
.TagClassName
{
border-color: #42951A;
}
</style>