Shades of La Palma #42912C
Tints of La Palma #42912C
RGB
CMYK
RGB Variations
Color information
#42912C (or 0x42912C) is known color: La Palma. HEX triplet: 42, 91 and 2C. RGB value is (66,145,44). Sum of RGB (Red+Green+Blue) = 66+145+44=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 145 (57.03% from 255 or 56.86% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 145 - color contains mainly: green. Hex color #42912C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42912C is #BD6ED3. Grayscale: #6E6E6E. Windows color (decimal): -12414676 or 2920770. OLE color: 2920770.
HSL color Cylindrical-coordinate representation of color #42912C: hue angle of 106.93º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42912C is Cyan = 0.54, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 145 | 44 | - |
| CMYK | 0.54 | 0 | 0.70 | 0.43 |
| HSL | 106.93º | 0.53% | 0.37% | - |
| HSV(B) | 106.93º | 0.7% | 0.57% | - |
| XYZ | 12.83 | 21.59 | 5.87 | - |
| YUV | 109.87 | 90.83 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 145 | 44 | 0.54 | 0 | 0.70 | 0.43 | 106.93 | 0.53 | 0.37 |
| Hex | 42 | 91 | 2C | 36 | 0 | 46 | 2B | 6B | 35 | 25 |
| Octal | 102 | 221 | 54 | 66 | 0 | 106 | 53 | 153 | 65 | 45 |
| Binary | 1000010 | 10010001 | 101100 | 110110 | 0 | 1000110 | 101011 | 1101011 | 110101 | 100101 |
Color Harmonies of #42912C
Complementary color
Monochromatic Colors of #42912C
Black with #42912C
Text Example
Text Example
White with #42912C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42912C; }
p { color: rgb(66,145,44); }
H1.HeaderClassName
{
color: #42912C;
}
.AnyTagClassName
{
color: #42912C;
}
</style>
background-color css
<style>
a { background-color: #42912C; }
a { background-color: rgb(66,145,44); }
div.DivClassName
{
background-color: #42912C;
}
.BgClassName
{
background-color: #42912C;
}
</style>
border-color css
<style>
span { border-color: #42912C; }
span { border-color: rgb(66,145,44); }
td.TdClassName
{
border-color: #42912C;
}
.TagClassName
{
border-color: #42912C;
}
</style>