Shades of La Palma #42922C
Tints of La Palma #42922C
RGB
CMYK
RGB Variations
Color information
#42922C (or 0x42922C) is known color: La Palma. HEX triplet: 42, 92 and 2C. RGB value is (66,146,44). Sum of RGB (Red+Green+Blue) = 66+146+44=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 146 (57.42% from 255 or 57.03% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 146 - color contains mainly: green. Hex color #42922C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42922C is #BD6DD3. Grayscale: #6E6E6E. Windows color (decimal): -12414420 or 2921026. OLE color: 2921026.
HSL color Cylindrical-coordinate representation of color #42922C: hue angle of 107.06º degrees, saturation: 0.54, 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 #42922C is Cyan = 0.55, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 146 | 44 | - |
| CMYK | 0.55 | 0 | 0.70 | 0.43 |
| HSL | 107.06º | 0.54% | 0.37% | - |
| HSV(B) | 107.06º | 0.7% | 0.57% | - |
| XYZ | 12.98 | 21.9 | 5.93 | - |
| YUV | 110.45 | 90.5 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 146 | 44 | 0.55 | 0 | 0.70 | 0.43 | 107.06 | 0.54 | 0.37 |
| Hex | 42 | 92 | 2C | 37 | 0 | 46 | 2B | 6B | 36 | 25 |
| Octal | 102 | 222 | 54 | 67 | 0 | 106 | 53 | 153 | 66 | 45 |
| Binary | 1000010 | 10010010 | 101100 | 110111 | 0 | 1000110 | 101011 | 1101011 | 110110 | 100101 |
Color Harmonies of #42922C
Complementary color
Monochromatic Colors of #42922C
Black with #42922C
Text Example
Text Example
White with #42922C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42922C; }
p { color: rgb(66,146,44); }
H1.HeaderClassName
{
color: #42922C;
}
.AnyTagClassName
{
color: #42922C;
}
</style>
background-color css
<style>
a { background-color: #42922C; }
a { background-color: rgb(66,146,44); }
div.DivClassName
{
background-color: #42922C;
}
.BgClassName
{
background-color: #42922C;
}
</style>
border-color css
<style>
span { border-color: #42922C; }
span { border-color: rgb(66,146,44); }
td.TdClassName
{
border-color: #42922C;
}
.TagClassName
{
border-color: #42922C;
}
</style>