Shades of La Palma #468E2F
Tints of La Palma #468E2F
RGB
CMYK
RGB Variations
Color information
#468E2F (or 0x468E2F) is known color: La Palma. HEX triplet: 46, 8E and 2F. RGB value is (70,142,47). Sum of RGB (Red+Green+Blue) = 70+142+47=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 142 (55.86% from 255 or 54.83% from 259); Blue value is 47 (18.75% from 255 or 18.15% from 259); Max value from RGB is 142 - color contains mainly: green. Hex color #468E2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468E2F is #B971D0. Grayscale: #6D6D6D. Windows color (decimal): -12153297 or 3116614. OLE color: 3116614.
HSL color Cylindrical-coordinate representation of color #468E2F: hue angle of 105.47º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #468E2F is Cyan = 0.51, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 142 | 47 | - |
| CMYK | 0.51 | 0 | 0.67 | 0.44 |
| HSL | 105.47º | 0.5% | 0.37% | - |
| HSV(B) | 105.47º | 0.67% | 0.56% | - |
| XYZ | 12.71 | 20.85 | 6.04 | - |
| YUV | 109.64 | 92.65 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 142 | 47 | 0.51 | 0 | 0.67 | 0.44 | 105.47 | 0.5 | 0.37 |
| Hex | 46 | 8E | 2F | 33 | 0 | 43 | 2C | 69 | 32 | 25 |
| Octal | 106 | 216 | 57 | 63 | 0 | 103 | 54 | 151 | 62 | 45 |
| Binary | 1000110 | 10001110 | 101111 | 110011 | 0 | 1000011 | 101100 | 1101001 | 110010 | 100101 |
Color Harmonies of #468E2F
Complementary color
Monochromatic Colors of #468E2F
Black with #468E2F
Text Example
Text Example
White with #468E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468E2F; }
p { color: rgb(70,142,47); }
H1.HeaderClassName
{
color: #468E2F;
}
.AnyTagClassName
{
color: #468E2F;
}
</style>
background-color css
<style>
a { background-color: #468E2F; }
a { background-color: rgb(70,142,47); }
div.DivClassName
{
background-color: #468E2F;
}
.BgClassName
{
background-color: #468E2F;
}
</style>
border-color css
<style>
span { border-color: #468E2F; }
span { border-color: rgb(70,142,47); }
td.TdClassName
{
border-color: #468E2F;
}
.TagClassName
{
border-color: #468E2F;
}
</style>