Shades of La Palma #42990C
Tints of La Palma #42990C
RGB
CMYK
RGB Variations
Color information
#42990C (or 0x42990C) is known color: La Palma. HEX triplet: 42, 99 and 0C. RGB value is (66,153,12). Sum of RGB (Red+Green+Blue) = 66+153+12=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 153 (60.16% from 255 or 66.23% from 231); Blue value is 12 (5.08% from 255 or 5.19% from 231); Max value from RGB is 153 - color contains mainly: green. Hex color #42990C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42990C is #BD66F3. Grayscale: #6F6F6F. Windows color (decimal): -12412660 or 825666. OLE color: 825666.
HSL color Cylindrical-coordinate representation of color #42990C: hue angle of 97.02º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #42990C is Cyan = 0.57, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 66 | 153 | 12 | - |
| CMYK | 0.57 | 0 | 0.92 | 0.4 |
| HSL | 97.02º | 0.85% | 0.32% | - |
| HSV(B) | 97.02º | 0.92% | 0.6% | - |
| XYZ | 13.7 | 23.97 | 4.25 | - |
| YUV | 110.91 | 72.18 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 153 | 12 | 0.57 | 0 | 0.92 | 0.4 | 97.02 | 0.85 | 0.32 |
| Hex | 42 | 99 | C | 39 | 0 | 5C | 28 | 61 | 55 | 20 |
| Octal | 102 | 231 | 14 | 71 | 0 | 134 | 50 | 141 | 125 | 40 |
| Binary | 1000010 | 10011001 | 1100 | 111001 | 0 | 1011100 | 101000 | 1100001 | 1010101 | 100000 |
Color Harmonies of #42990C
Complementary color
Monochromatic Colors of #42990C
Black with #42990C
Text Example
Text Example
White with #42990C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42990C; }
p { color: rgb(66,153,12); }
H1.HeaderClassName
{
color: #42990C;
}
.AnyTagClassName
{
color: #42990C;
}
</style>
background-color css
<style>
a { background-color: #42990C; }
a { background-color: rgb(66,153,12); }
div.DivClassName
{
background-color: #42990C;
}
.BgClassName
{
background-color: #42990C;
}
</style>
border-color css
<style>
span { border-color: #42990C; }
span { border-color: rgb(66,153,12); }
td.TdClassName
{
border-color: #42990C;
}
.TagClassName
{
border-color: #42990C;
}
</style>