Shades of La Palma #42A627
Tints of La Palma #42A627
RGB
CMYK
RGB Variations
Color information
#42A627 (or 0x42A627) is known color: La Palma. HEX triplet: 42, A6 and 27. RGB value is (66,166,39). Sum of RGB (Red+Green+Blue) = 66+166+39=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 166 (65.23% from 255 or 61.25% from 271); Blue value is 39 (15.62% from 255 or 14.39% from 271); Max value from RGB is 166 - color contains mainly: green. Hex color #42A627 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A627 is #BD59D8. Grayscale: #7A7A7A. Windows color (decimal): -12409305 or 2598466. OLE color: 2598466.
HSL color Cylindrical-coordinate representation of color #42A627: hue angle of 107.24º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42A627 is Cyan = 0.60, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 66 | 166 | 39 | - |
| CMYK | 0.60 | 0 | 0.77 | 0.35 |
| HSL | 107.24º | 0.62% | 0.4% | - |
| HSV(B) | 107.24º | 0.77% | 0.65% | - |
| XYZ | 16.25 | 28.58 | 6.58 | - |
| YUV | 121.62 | 81.37 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 166 | 39 | 0.60 | 0 | 0.77 | 0.35 | 107.24 | 0.62 | 0.4 |
| Hex | 42 | A6 | 27 | 3C | 0 | 4D | 23 | 6B | 3E | 28 |
| Octal | 102 | 246 | 47 | 74 | 0 | 115 | 43 | 153 | 76 | 50 |
| Binary | 1000010 | 10100110 | 100111 | 111100 | 0 | 1001101 | 100011 | 1101011 | 111110 | 101000 |
Color Harmonies of #42A627
Complementary color
Monochromatic Colors of #42A627
Black with #42A627
Text Example
Text Example
White with #42A627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A627; }
p { color: rgb(66,166,39); }
H1.HeaderClassName
{
color: #42A627;
}
.AnyTagClassName
{
color: #42A627;
}
</style>
background-color css
<style>
a { background-color: #42A627; }
a { background-color: rgb(66,166,39); }
div.DivClassName
{
background-color: #42A627;
}
.BgClassName
{
background-color: #42A627;
}
</style>
border-color css
<style>
span { border-color: #42A627; }
span { border-color: rgb(66,166,39); }
td.TdClassName
{
border-color: #42A627;
}
.TagClassName
{
border-color: #42A627;
}
</style>