Shades of La Palma #42933A
Tints of La Palma #42933A
RGB
CMYK
RGB Variations
Color information
#42933A (or 0x42933A) is known color: La Palma. HEX triplet: 42, 93 and 3A. RGB value is (66,147,58). Sum of RGB (Red+Green+Blue) = 66+147+58=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 147 (57.81% from 255 or 54.24% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 147 - color contains mainly: green. Hex color #42933A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42933A is #BD6CC5. Grayscale: #707070. Windows color (decimal): -12414150 or 3838786. OLE color: 3838786.
HSL color Cylindrical-coordinate representation of color #42933A: hue angle of 114.61º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42933A is Cyan = 0.55, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 147 | 58 | - |
| CMYK | 0.55 | 0 | 0.61 | 0.42 |
| HSL | 114.61º | 0.43% | 0.4% | - |
| HSV(B) | 114.61º | 0.61% | 0.58% | - |
| XYZ | 13.44 | 22.33 | 7.6 | - |
| YUV | 112.64 | 97.16 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 147 | 58 | 0.55 | 0 | 0.61 | 0.42 | 114.61 | 0.43 | 0.4 |
| Hex | 42 | 93 | 3A | 37 | 0 | 3D | 2A | 73 | 2B | 28 |
| Octal | 102 | 223 | 72 | 67 | 0 | 75 | 52 | 163 | 53 | 50 |
| Binary | 1000010 | 10010011 | 111010 | 110111 | 0 | 111101 | 101010 | 1110011 | 101011 | 101000 |
Color Harmonies of #42933A
Complementary color
Monochromatic Colors of #42933A
Black with #42933A
Text Example
Text Example
White with #42933A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42933A; }
p { color: rgb(66,147,58); }
H1.HeaderClassName
{
color: #42933A;
}
.AnyTagClassName
{
color: #42933A;
}
</style>
background-color css
<style>
a { background-color: #42933A; }
a { background-color: rgb(66,147,58); }
div.DivClassName
{
background-color: #42933A;
}
.BgClassName
{
background-color: #42933A;
}
</style>
border-color css
<style>
span { border-color: #42933A; }
span { border-color: rgb(66,147,58); }
td.TdClassName
{
border-color: #42933A;
}
.TagClassName
{
border-color: #42933A;
}
</style>