Shades of La Palma #42903A
Tints of La Palma #42903A
RGB
CMYK
RGB Variations
Color information
#42903A (or 0x42903A) is known color: La Palma. HEX triplet: 42, 90 and 3A. RGB value is (66,144,58). Sum of RGB (Red+Green+Blue) = 66+144+58=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 144 (56.64% from 255 or 53.73% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 144 - color contains mainly: green. Hex color #42903A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42903A is #BD6FC5. Grayscale: #6F6F6F. Windows color (decimal): -12414918 or 3838018. OLE color: 3838018.
HSL color Cylindrical-coordinate representation of color #42903A: hue angle of 114.42º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42903A is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 144 | 58 | - |
| CMYK | 0.54 | 0 | 0.60 | 0.44 |
| HSL | 114.42º | 0.43% | 0.4% | - |
| HSV(B) | 114.42º | 0.6% | 0.56% | - |
| XYZ | 12.98 | 21.41 | 7.45 | - |
| YUV | 110.87 | 98.16 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 144 | 58 | 0.54 | 0 | 0.60 | 0.44 | 114.42 | 0.43 | 0.4 |
| Hex | 42 | 90 | 3A | 36 | 0 | 3C | 2C | 72 | 2B | 28 |
| Octal | 102 | 220 | 72 | 66 | 0 | 74 | 54 | 162 | 53 | 50 |
| Binary | 1000010 | 10010000 | 111010 | 110110 | 0 | 111100 | 101100 | 1110010 | 101011 | 101000 |
Color Harmonies of #42903A
Complementary color
Monochromatic Colors of #42903A
Black with #42903A
Text Example
Text Example
White with #42903A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42903A; }
p { color: rgb(66,144,58); }
H1.HeaderClassName
{
color: #42903A;
}
.AnyTagClassName
{
color: #42903A;
}
</style>
background-color css
<style>
a { background-color: #42903A; }
a { background-color: rgb(66,144,58); }
div.DivClassName
{
background-color: #42903A;
}
.BgClassName
{
background-color: #42903A;
}
</style>
border-color css
<style>
span { border-color: #42903A; }
span { border-color: rgb(66,144,58); }
td.TdClassName
{
border-color: #42903A;
}
.TagClassName
{
border-color: #42903A;
}
</style>