Shades of La Palma #42933C
Tints of La Palma #42933C
RGB
CMYK
RGB Variations
Color information
#42933C (or 0x42933C) is known color: La Palma. HEX triplet: 42, 93 and 3C. RGB value is (66,147,60). Sum of RGB (Red+Green+Blue) = 66+147+60=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 147 (57.81% from 255 or 53.85% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 147 - color contains mainly: green. Hex color #42933C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42933C is #BD6CC3. Grayscale: #717171. Windows color (decimal): -12414148 or 3969858. OLE color: 3969858.
HSL color Cylindrical-coordinate representation of color #42933C: hue angle of 115.86º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #42933C is Cyan = 0.55, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 147 | 60 | - |
| CMYK | 0.55 | 0 | 0.59 | 0.42 |
| HSL | 115.86º | 0.42% | 0.41% | - |
| HSV(B) | 115.86º | 0.59% | 0.58% | - |
| XYZ | 13.5 | 22.35 | 7.88 | - |
| YUV | 112.86 | 98.16 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 147 | 60 | 0.55 | 0 | 0.59 | 0.42 | 115.86 | 0.42 | 0.41 |
| Hex | 42 | 93 | 3C | 37 | 0 | 3B | 2A | 74 | 2A | 29 |
| Octal | 102 | 223 | 74 | 67 | 0 | 73 | 52 | 164 | 52 | 51 |
| Binary | 1000010 | 10010011 | 111100 | 110111 | 0 | 111011 | 101010 | 1110100 | 101010 | 101001 |
Color Harmonies of #42933C
Complementary color
Monochromatic Colors of #42933C
Black with #42933C
Text Example
Text Example
White with #42933C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42933C; }
p { color: rgb(66,147,60); }
H1.HeaderClassName
{
color: #42933C;
}
.AnyTagClassName
{
color: #42933C;
}
</style>
background-color css
<style>
a { background-color: #42933C; }
a { background-color: rgb(66,147,60); }
div.DivClassName
{
background-color: #42933C;
}
.BgClassName
{
background-color: #42933C;
}
</style>
border-color css
<style>
span { border-color: #42933C; }
span { border-color: rgb(66,147,60); }
td.TdClassName
{
border-color: #42933C;
}
.TagClassName
{
border-color: #42933C;
}
</style>