Shades of La Palma #468D2C
Tints of La Palma #468D2C
RGB
CMYK
RGB Variations
Color information
#468D2C (or 0x468D2C) is known color: La Palma. HEX triplet: 46, 8D and 2C. RGB value is (70,141,44). Sum of RGB (Red+Green+Blue) = 70+141+44=255 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.45% from 255); Green value is 141 (55.47% from 255 or 55.29% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 141 - color contains mainly: green. Hex color #468D2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468D2C is #B972D3. Grayscale: #6D6D6D. Windows color (decimal): -12153556 or 2919750. OLE color: 2919750.
HSL color Cylindrical-coordinate representation of color #468D2C: hue angle of 103.92º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #468D2C is Cyan = 0.50, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 141 | 44 | - |
| CMYK | 0.50 | 0 | 0.69 | 0.45 |
| HSL | 103.92º | 0.52% | 0.36% | - |
| HSV(B) | 103.92º | 0.69% | 0.55% | - |
| XYZ | 12.51 | 20.53 | 5.69 | - |
| YUV | 108.71 | 91.48 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 141 | 44 | 0.50 | 0 | 0.69 | 0.45 | 103.92 | 0.52 | 0.36 |
| Hex | 46 | 8D | 2C | 32 | 0 | 45 | 2D | 68 | 34 | 24 |
| Octal | 106 | 215 | 54 | 62 | 0 | 105 | 55 | 150 | 64 | 44 |
| Binary | 1000110 | 10001101 | 101100 | 110010 | 0 | 1000101 | 101101 | 1101000 | 110100 | 100100 |
Color Harmonies of #468D2C
Complementary color
Monochromatic Colors of #468D2C
Black with #468D2C
Text Example
Text Example
White with #468D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468D2C; }
p { color: rgb(70,141,44); }
H1.HeaderClassName
{
color: #468D2C;
}
.AnyTagClassName
{
color: #468D2C;
}
</style>
background-color css
<style>
a { background-color: #468D2C; }
a { background-color: rgb(70,141,44); }
div.DivClassName
{
background-color: #468D2C;
}
.BgClassName
{
background-color: #468D2C;
}
</style>
border-color css
<style>
span { border-color: #468D2C; }
span { border-color: rgb(70,141,44); }
td.TdClassName
{
border-color: #468D2C;
}
.TagClassName
{
border-color: #468D2C;
}
</style>