Shades of La Palma #42852B
Tints of La Palma #42852B
RGB
CMYK
RGB Variations
Color information
#42852B (or 0x42852B) is known color: La Palma. HEX triplet: 42, 85 and 2B. RGB value is (66,133,43). Sum of RGB (Red+Green+Blue) = 66+133+43=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 133 (52.34% from 255 or 54.96% from 242); Blue value is 43 (17.19% from 255 or 17.77% from 242); Max value from RGB is 133 - color contains mainly: green. Hex color #42852B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42852B is #BD7AD4. Grayscale: #676767. Windows color (decimal): -12417749 or 2852162. OLE color: 2852162.
HSL color Cylindrical-coordinate representation of color #42852B: hue angle of 104.67º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42852B is Cyan = 0.50, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 66 | 133 | 43 | - |
| CMYK | 0.50 | 0 | 0.68 | 0.48 |
| HSL | 104.67º | 0.51% | 0.35% | - |
| HSV(B) | 104.67º | 0.68% | 0.52% | - |
| XYZ | 11.07 | 18.11 | 5.2 | - |
| YUV | 102.71 | 94.3 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 133 | 43 | 0.50 | 0 | 0.68 | 0.48 | 104.67 | 0.51 | 0.35 |
| Hex | 42 | 85 | 2B | 32 | 0 | 44 | 30 | 69 | 33 | 23 |
| Octal | 102 | 205 | 53 | 62 | 0 | 104 | 60 | 151 | 63 | 43 |
| Binary | 1000010 | 10000101 | 101011 | 110010 | 0 | 1000100 | 110000 | 1101001 | 110011 | 100011 |
Color Harmonies of #42852B
Complementary color
Monochromatic Colors of #42852B
Black with #42852B
Text Example
Text Example
White with #42852B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42852B; }
p { color: rgb(66,133,43); }
H1.HeaderClassName
{
color: #42852B;
}
.AnyTagClassName
{
color: #42852B;
}
</style>
background-color css
<style>
a { background-color: #42852B; }
a { background-color: rgb(66,133,43); }
div.DivClassName
{
background-color: #42852B;
}
.BgClassName
{
background-color: #42852B;
}
</style>
border-color css
<style>
span { border-color: #42852B; }
span { border-color: rgb(66,133,43); }
td.TdClassName
{
border-color: #42852B;
}
.TagClassName
{
border-color: #42852B;
}
</style>