Shades of La Palma #42921A
Tints of La Palma #42921A
RGB
CMYK
RGB Variations
Color information
#42921A (or 0x42921A) is known color: La Palma. HEX triplet: 42, 92 and 1A. RGB value is (66,146,26). Sum of RGB (Red+Green+Blue) = 66+146+26=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 146 (57.42% from 255 or 61.34% from 238); Blue value is 26 (10.55% from 255 or 10.92% from 238); Max value from RGB is 146 - color contains mainly: green. Hex color #42921A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42921A is #BD6DE5. Grayscale: #6C6C6C. Windows color (decimal): -12414438 or 1741378. OLE color: 1741378.
HSL color Cylindrical-coordinate representation of color #42921A: hue angle of 100º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #42921A is Cyan = 0.55, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 146 | 26 | - |
| CMYK | 0.55 | 0 | 0.82 | 0.43 |
| HSL | 100º | 0.7% | 0.34% | - |
| HSV(B) | 100º | 0.82% | 0.57% | - |
| XYZ | 12.71 | 21.79 | 4.51 | - |
| YUV | 108.4 | 81.5 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 146 | 26 | 0.55 | 0 | 0.82 | 0.43 | 100 | 0.7 | 0.34 |
| Hex | 42 | 92 | 1A | 37 | 0 | 52 | 2B | 64 | 46 | 22 |
| Octal | 102 | 222 | 32 | 67 | 0 | 122 | 53 | 144 | 106 | 42 |
| Binary | 1000010 | 10010010 | 11010 | 110111 | 0 | 1010010 | 101011 | 1100100 | 1000110 | 100010 |
Color Harmonies of #42921A
Complementary color
Monochromatic Colors of #42921A
Black with #42921A
Text Example
Text Example
White with #42921A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42921A; }
p { color: rgb(66,146,26); }
H1.HeaderClassName
{
color: #42921A;
}
.AnyTagClassName
{
color: #42921A;
}
</style>
background-color css
<style>
a { background-color: #42921A; }
a { background-color: rgb(66,146,26); }
div.DivClassName
{
background-color: #42921A;
}
.BgClassName
{
background-color: #42921A;
}
</style>
border-color css
<style>
span { border-color: #42921A; }
span { border-color: rgb(66,146,26); }
td.TdClassName
{
border-color: #42921A;
}
.TagClassName
{
border-color: #42921A;
}
</style>