Shades of La Palma #42882F
Tints of La Palma #42882F
RGB
CMYK
RGB Variations
Color information
#42882F (or 0x42882F) is known color: La Palma. HEX triplet: 42, 88 and 2F. RGB value is (66,136,47). Sum of RGB (Red+Green+Blue) = 66+136+47=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 136 (53.52% from 255 or 54.62% from 249); Blue value is 47 (18.75% from 255 or 18.88% from 249); Max value from RGB is 136 - color contains mainly: green. Hex color #42882F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42882F is #BD77D0. Grayscale: #696969. Windows color (decimal): -12416977 or 3115074. OLE color: 3115074.
HSL color Cylindrical-coordinate representation of color #42882F: hue angle of 107.19º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42882F is Cyan = 0.51, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 136 | 47 | - |
| CMYK | 0.51 | 0 | 0.65 | 0.47 |
| HSL | 107.19º | 0.49% | 0.36% | - |
| HSV(B) | 107.19º | 0.65% | 0.53% | - |
| XYZ | 11.56 | 18.97 | 5.74 | - |
| YUV | 104.92 | 95.31 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 136 | 47 | 0.51 | 0 | 0.65 | 0.47 | 107.19 | 0.49 | 0.36 |
| Hex | 42 | 88 | 2F | 33 | 0 | 41 | 2F | 6B | 31 | 24 |
| Octal | 102 | 210 | 57 | 63 | 0 | 101 | 57 | 153 | 61 | 44 |
| Binary | 1000010 | 10001000 | 101111 | 110011 | 0 | 1000001 | 101111 | 1101011 | 110001 | 100100 |
Color Harmonies of #42882F
Complementary color
Monochromatic Colors of #42882F
Black with #42882F
Text Example
Text Example
White with #42882F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42882F; }
p { color: rgb(66,136,47); }
H1.HeaderClassName
{
color: #42882F;
}
.AnyTagClassName
{
color: #42882F;
}
</style>
background-color css
<style>
a { background-color: #42882F; }
a { background-color: rgb(66,136,47); }
div.DivClassName
{
background-color: #42882F;
}
.BgClassName
{
background-color: #42882F;
}
</style>
border-color css
<style>
span { border-color: #42882F; }
span { border-color: rgb(66,136,47); }
td.TdClassName
{
border-color: #42882F;
}
.TagClassName
{
border-color: #42882F;
}
</style>