Shades of La Palma #42A12D
Tints of La Palma #42A12D
RGB
CMYK
RGB Variations
Color information
#42A12D (or 0x42A12D) is known color: La Palma. HEX triplet: 42, A1 and 2D. RGB value is (66,161,45). Sum of RGB (Red+Green+Blue) = 66+161+45=272 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.26% from 272); Green value is 161 (63.28% from 255 or 59.19% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 161 - color contains mainly: green. Hex color #42A12D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A12D is #BD5ED2. Grayscale: #777777. Windows color (decimal): -12410579 or 2990402. OLE color: 2990402.
HSL color Cylindrical-coordinate representation of color #42A12D: hue angle of 109.14º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42A12D is Cyan = 0.59, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 66 | 161 | 45 | - |
| CMYK | 0.59 | 0 | 0.72 | 0.37 |
| HSL | 109.14º | 0.56% | 0.4% | - |
| HSV(B) | 109.14º | 0.72% | 0.63% | - |
| XYZ | 15.47 | 26.84 | 6.85 | - |
| YUV | 119.37 | 86.03 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 161 | 45 | 0.59 | 0 | 0.72 | 0.37 | 109.14 | 0.56 | 0.4 |
| Hex | 42 | A1 | 2D | 3B | 0 | 48 | 25 | 6D | 38 | 28 |
| Octal | 102 | 241 | 55 | 73 | 0 | 110 | 45 | 155 | 70 | 50 |
| Binary | 1000010 | 10100001 | 101101 | 111011 | 0 | 1001000 | 100101 | 1101101 | 111000 | 101000 |
Color Harmonies of #42A12D
Complementary color
Monochromatic Colors of #42A12D
Black with #42A12D
Text Example
Text Example
White with #42A12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A12D; }
p { color: rgb(66,161,45); }
H1.HeaderClassName
{
color: #42A12D;
}
.AnyTagClassName
{
color: #42A12D;
}
</style>
background-color css
<style>
a { background-color: #42A12D; }
a { background-color: rgb(66,161,45); }
div.DivClassName
{
background-color: #42A12D;
}
.BgClassName
{
background-color: #42A12D;
}
</style>
border-color css
<style>
span { border-color: #42A12D; }
span { border-color: rgb(66,161,45); }
td.TdClassName
{
border-color: #42A12D;
}
.TagClassName
{
border-color: #42A12D;
}
</style>