Shades of La Palma #42903D
Tints of La Palma #42903D
RGB
CMYK
RGB Variations
Color information
#42903D (or 0x42903D) is known color: La Palma. HEX triplet: 42, 90 and 3D. RGB value is (66,144,61). Sum of RGB (Red+Green+Blue) = 66+144+61=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 144 (56.64% from 255 or 53.14% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 144 - color contains mainly: green. Hex color #42903D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42903D is #BD6FC2. Grayscale: #6F6F6F. Windows color (decimal): -12414915 or 4034626. OLE color: 4034626.
HSL color Cylindrical-coordinate representation of color #42903D: hue angle of 116.39º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42903D is Cyan = 0.54, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 144 | 61 | - |
| CMYK | 0.54 | 0 | 0.58 | 0.44 |
| HSL | 116.39º | 0.4% | 0.4% | - |
| HSV(B) | 116.39º | 0.58% | 0.56% | - |
| XYZ | 13.06 | 21.44 | 7.87 | - |
| YUV | 111.22 | 99.66 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 144 | 61 | 0.54 | 0 | 0.58 | 0.44 | 116.39 | 0.4 | 0.4 |
| Hex | 42 | 90 | 3D | 36 | 0 | 3A | 2C | 74 | 28 | 28 |
| Octal | 102 | 220 | 75 | 66 | 0 | 72 | 54 | 164 | 50 | 50 |
| Binary | 1000010 | 10010000 | 111101 | 110110 | 0 | 111010 | 101100 | 1110100 | 101000 | 101000 |
Color Harmonies of #42903D
Complementary color
Monochromatic Colors of #42903D
Black with #42903D
Text Example
Text Example
White with #42903D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42903D; }
p { color: rgb(66,144,61); }
H1.HeaderClassName
{
color: #42903D;
}
.AnyTagClassName
{
color: #42903D;
}
</style>
background-color css
<style>
a { background-color: #42903D; }
a { background-color: rgb(66,144,61); }
div.DivClassName
{
background-color: #42903D;
}
.BgClassName
{
background-color: #42903D;
}
</style>
border-color css
<style>
span { border-color: #42903D; }
span { border-color: rgb(66,144,61); }
td.TdClassName
{
border-color: #42903D;
}
.TagClassName
{
border-color: #42903D;
}
</style>