Shades of La Palma #468E2C
Tints of La Palma #468E2C
RGB
CMYK
RGB Variations
Color information
#468E2C (or 0x468E2C) is known color: La Palma. HEX triplet: 46, 8E and 2C. RGB value is (70,142,44). Sum of RGB (Red+Green+Blue) = 70+142+44=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 142 (55.86% from 255 or 55.47% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 142 - color contains mainly: green. Hex color #468E2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468E2C is #B971D3. Grayscale: #6D6D6D. Windows color (decimal): -12153300 or 2920006. OLE color: 2920006.
HSL color Cylindrical-coordinate representation of color #468E2C: hue angle of 104.08º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #468E2C is Cyan = 0.51, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 142 | 44 | - |
| CMYK | 0.51 | 0 | 0.69 | 0.44 |
| HSL | 104.08º | 0.53% | 0.36% | - |
| HSV(B) | 104.08º | 0.69% | 0.56% | - |
| XYZ | 12.65 | 20.83 | 5.74 | - |
| YUV | 109.3 | 91.15 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 142 | 44 | 0.51 | 0 | 0.69 | 0.44 | 104.08 | 0.53 | 0.36 |
| Hex | 46 | 8E | 2C | 33 | 0 | 45 | 2C | 68 | 35 | 24 |
| Octal | 106 | 216 | 54 | 63 | 0 | 105 | 54 | 150 | 65 | 44 |
| Binary | 1000110 | 10001110 | 101100 | 110011 | 0 | 1000101 | 101100 | 1101000 | 110101 | 100100 |
Color Harmonies of #468E2C
Complementary color
Monochromatic Colors of #468E2C
Black with #468E2C
Text Example
Text Example
White with #468E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468E2C; }
p { color: rgb(70,142,44); }
H1.HeaderClassName
{
color: #468E2C;
}
.AnyTagClassName
{
color: #468E2C;
}
</style>
background-color css
<style>
a { background-color: #468E2C; }
a { background-color: rgb(70,142,44); }
div.DivClassName
{
background-color: #468E2C;
}
.BgClassName
{
background-color: #468E2C;
}
</style>
border-color css
<style>
span { border-color: #468E2C; }
span { border-color: rgb(70,142,44); }
td.TdClassName
{
border-color: #468E2C;
}
.TagClassName
{
border-color: #468E2C;
}
</style>