Shades of La Palma #42991C
Tints of La Palma #42991C
RGB
CMYK
RGB Variations
Color information
#42991C (or 0x42991C) is known color: La Palma. HEX triplet: 42, 99 and 1C. RGB value is (66,153,28). Sum of RGB (Red+Green+Blue) = 66+153+28=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 153 (60.16% from 255 or 61.94% from 247); Blue value is 28 (11.33% from 255 or 11.34% from 247); Max value from RGB is 153 - color contains mainly: green. Hex color #42991C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42991C is #BD66E3. Grayscale: #717171. Windows color (decimal): -12412644 or 1874242. OLE color: 1874242.
HSL color Cylindrical-coordinate representation of color #42991C: hue angle of 101.76º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #42991C is Cyan = 0.57, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 66 | 153 | 28 | - |
| CMYK | 0.57 | 0 | 0.82 | 0.4 |
| HSL | 101.76º | 0.69% | 0.35% | - |
| HSV(B) | 101.76º | 0.82% | 0.6% | - |
| XYZ | 13.85 | 24.02 | 5.01 | - |
| YUV | 112.74 | 80.18 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 153 | 28 | 0.57 | 0 | 0.82 | 0.4 | 101.76 | 0.69 | 0.35 |
| Hex | 42 | 99 | 1C | 39 | 0 | 52 | 28 | 66 | 45 | 23 |
| Octal | 102 | 231 | 34 | 71 | 0 | 122 | 50 | 146 | 105 | 43 |
| Binary | 1000010 | 10011001 | 11100 | 111001 | 0 | 1010010 | 101000 | 1100110 | 1000101 | 100011 |
Color Harmonies of #42991C
Complementary color
Monochromatic Colors of #42991C
Black with #42991C
Text Example
Text Example
White with #42991C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42991C; }
p { color: rgb(66,153,28); }
H1.HeaderClassName
{
color: #42991C;
}
.AnyTagClassName
{
color: #42991C;
}
</style>
background-color css
<style>
a { background-color: #42991C; }
a { background-color: rgb(66,153,28); }
div.DivClassName
{
background-color: #42991C;
}
.BgClassName
{
background-color: #42991C;
}
</style>
border-color css
<style>
span { border-color: #42991C; }
span { border-color: rgb(66,153,28); }
td.TdClassName
{
border-color: #42991C;
}
.TagClassName
{
border-color: #42991C;
}
</style>