Shades of La Palma #42971B
Tints of La Palma #42971B
RGB
CMYK
RGB Variations
Color information
#42971B (or 0x42971B) is known color: La Palma. HEX triplet: 42, 97 and 1B. RGB value is (66,151,27). Sum of RGB (Red+Green+Blue) = 66+151+27=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 151 (59.38% from 255 or 61.89% from 244); Blue value is 27 (10.94% from 255 or 11.07% from 244); Max value from RGB is 151 - color contains mainly: green. Hex color #42971B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42971B is #BD68E4. Grayscale: #6F6F6F. Windows color (decimal): -12413157 or 1808194. OLE color: 1808194.
HSL color Cylindrical-coordinate representation of color #42971B: hue angle of 101.13º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #42971B is Cyan = 0.56, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 66 | 151 | 27 | - |
| CMYK | 0.56 | 0 | 0.82 | 0.41 |
| HSL | 101.13º | 0.7% | 0.35% | - |
| HSV(B) | 101.13º | 0.82% | 0.59% | - |
| XYZ | 13.51 | 23.37 | 4.84 | - |
| YUV | 111.45 | 80.34 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 151 | 27 | 0.56 | 0 | 0.82 | 0.41 | 101.13 | 0.7 | 0.35 |
| Hex | 42 | 97 | 1B | 38 | 0 | 52 | 29 | 65 | 46 | 23 |
| Octal | 102 | 227 | 33 | 70 | 0 | 122 | 51 | 145 | 106 | 43 |
| Binary | 1000010 | 10010111 | 11011 | 111000 | 0 | 1010010 | 101001 | 1100101 | 1000110 | 100011 |
Color Harmonies of #42971B
Complementary color
Monochromatic Colors of #42971B
Black with #42971B
Text Example
Text Example
White with #42971B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42971B; }
p { color: rgb(66,151,27); }
H1.HeaderClassName
{
color: #42971B;
}
.AnyTagClassName
{
color: #42971B;
}
</style>
background-color css
<style>
a { background-color: #42971B; }
a { background-color: rgb(66,151,27); }
div.DivClassName
{
background-color: #42971B;
}
.BgClassName
{
background-color: #42971B;
}
</style>
border-color css
<style>
span { border-color: #42971B; }
span { border-color: rgb(66,151,27); }
td.TdClassName
{
border-color: #42971B;
}
.TagClassName
{
border-color: #42971B;
}
</style>