Shades of La Palma #42872C
Tints of La Palma #42872C
RGB
CMYK
RGB Variations
Color information
#42872C (or 0x42872C) is known color: La Palma. HEX triplet: 42, 87 and 2C. RGB value is (66,135,44). Sum of RGB (Red+Green+Blue) = 66+135+44=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 135 (53.12% from 255 or 55.10% from 245); Blue value is 44 (17.58% from 255 or 17.96% from 245); Max value from RGB is 135 - color contains mainly: green. Hex color #42872C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42872C is #BD78D3. Grayscale: #686868. Windows color (decimal): -12417236 or 2918210. OLE color: 2918210.
HSL color Cylindrical-coordinate representation of color #42872C: hue angle of 105.49º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42872C is Cyan = 0.51, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 135 | 44 | - |
| CMYK | 0.51 | 0 | 0.67 | 0.47 |
| HSL | 105.49º | 0.51% | 0.35% | - |
| HSV(B) | 105.49º | 0.67% | 0.53% | - |
| XYZ | 11.37 | 18.67 | 5.39 | - |
| YUV | 104 | 94.14 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 135 | 44 | 0.51 | 0 | 0.67 | 0.47 | 105.49 | 0.51 | 0.35 |
| Hex | 42 | 87 | 2C | 33 | 0 | 43 | 2F | 69 | 33 | 23 |
| Octal | 102 | 207 | 54 | 63 | 0 | 103 | 57 | 151 | 63 | 43 |
| Binary | 1000010 | 10000111 | 101100 | 110011 | 0 | 1000011 | 101111 | 1101001 | 110011 | 100011 |
Color Harmonies of #42872C
Complementary color
Monochromatic Colors of #42872C
Black with #42872C
Text Example
Text Example
White with #42872C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42872C; }
p { color: rgb(66,135,44); }
H1.HeaderClassName
{
color: #42872C;
}
.AnyTagClassName
{
color: #42872C;
}
</style>
background-color css
<style>
a { background-color: #42872C; }
a { background-color: rgb(66,135,44); }
div.DivClassName
{
background-color: #42872C;
}
.BgClassName
{
background-color: #42872C;
}
</style>
border-color css
<style>
span { border-color: #42872C; }
span { border-color: rgb(66,135,44); }
td.TdClassName
{
border-color: #42872C;
}
.TagClassName
{
border-color: #42872C;
}
</style>