Shades of La Palma #42981B
Tints of La Palma #42981B
RGB
CMYK
RGB Variations
Color information
#42981B (or 0x42981B) is known color: La Palma. HEX triplet: 42, 98 and 1B. RGB value is (66,152,27). Sum of RGB (Red+Green+Blue) = 66+152+27=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 152 (59.77% from 255 or 62.04% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 152 - color contains mainly: green. Hex color #42981B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42981B is #BD67E4. Grayscale: #707070. Windows color (decimal): -12412901 or 1808450. OLE color: 1808450.
HSL color Cylindrical-coordinate representation of color #42981B: hue angle of 101.28º degrees, saturation: 0.7, 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 #42981B is Cyan = 0.57, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 66 | 152 | 27 | - |
| CMYK | 0.57 | 0 | 0.82 | 0.40 |
| HSL | 101.28º | 0.7% | 0.35% | - |
| HSV(B) | 101.28º | 0.82% | 0.6% | - |
| XYZ | 13.67 | 23.69 | 4.89 | - |
| YUV | 112.04 | 80.01 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 152 | 27 | 0.57 | 0 | 0.82 | 0.40 | 101.28 | 0.7 | 0.35 |
| Hex | 42 | 98 | 1B | 39 | 0 | 52 | 28 | 65 | 46 | 23 |
| Octal | 102 | 230 | 33 | 71 | 0 | 122 | 50 | 145 | 106 | 43 |
| Binary | 1000010 | 10011000 | 11011 | 111001 | 0 | 1010010 | 101000 | 1100101 | 1000110 | 100011 |
Color Harmonies of #42981B
Complementary color
Monochromatic Colors of #42981B
Black with #42981B
Text Example
Text Example
White with #42981B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42981B; }
p { color: rgb(66,152,27); }
H1.HeaderClassName
{
color: #42981B;
}
.AnyTagClassName
{
color: #42981B;
}
</style>
background-color css
<style>
a { background-color: #42981B; }
a { background-color: rgb(66,152,27); }
div.DivClassName
{
background-color: #42981B;
}
.BgClassName
{
background-color: #42981B;
}
</style>
border-color css
<style>
span { border-color: #42981B; }
span { border-color: rgb(66,152,27); }
td.TdClassName
{
border-color: #42981B;
}
.TagClassName
{
border-color: #42981B;
}
</style>