Shades of La Palma #42991D
Tints of La Palma #42991D
RGB
CMYK
RGB Variations
Color information
#42991D (or 0x42991D) is known color: La Palma. HEX triplet: 42, 99 and 1D. RGB value is (66,153,29). Sum of RGB (Red+Green+Blue) = 66+153+29=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 153 (60.16% from 255 or 61.69% from 248); Blue value is 29 (11.72% from 255 or 11.69% from 248); Max value from RGB is 153 - color contains mainly: green. Hex color #42991D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42991D is #BD66E2. Grayscale: #717171. Windows color (decimal): -12412643 or 1939778. OLE color: 1939778.
HSL color Cylindrical-coordinate representation of color #42991D: hue angle of 102.1º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #42991D is Cyan = 0.57, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 66 | 153 | 29 | - |
| CMYK | 0.57 | 0 | 0.81 | 0.4 |
| HSL | 102.1º | 0.68% | 0.36% | - |
| HSV(B) | 102.1º | 0.81% | 0.6% | - |
| XYZ | 13.86 | 24.03 | 5.07 | - |
| YUV | 112.85 | 80.68 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 153 | 29 | 0.57 | 0 | 0.81 | 0.4 | 102.1 | 0.68 | 0.36 |
| Hex | 42 | 99 | 1D | 39 | 0 | 51 | 28 | 66 | 44 | 24 |
| Octal | 102 | 231 | 35 | 71 | 0 | 121 | 50 | 146 | 104 | 44 |
| Binary | 1000010 | 10011001 | 11101 | 111001 | 0 | 1010001 | 101000 | 1100110 | 1000100 | 100100 |
Color Harmonies of #42991D
Complementary color
Monochromatic Colors of #42991D
Black with #42991D
Text Example
Text Example
White with #42991D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42991D; }
p { color: rgb(66,153,29); }
H1.HeaderClassName
{
color: #42991D;
}
.AnyTagClassName
{
color: #42991D;
}
</style>
background-color css
<style>
a { background-color: #42991D; }
a { background-color: rgb(66,153,29); }
div.DivClassName
{
background-color: #42991D;
}
.BgClassName
{
background-color: #42991D;
}
</style>
border-color css
<style>
span { border-color: #42991D; }
span { border-color: rgb(66,153,29); }
td.TdClassName
{
border-color: #42991D;
}
.TagClassName
{
border-color: #42991D;
}
</style>