Shades of La Palma #468E30
Tints of La Palma #468E30
RGB
CMYK
RGB Variations
Color information
#468E30 (or 0x468E30) is known color: La Palma. HEX triplet: 46, 8E and 30. RGB value is (70,142,48). Sum of RGB (Red+Green+Blue) = 70+142+48=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 142 (55.86% from 255 or 54.62% from 260); Blue value is 48 (19.14% from 255 or 18.46% from 260); Max value from RGB is 142 - color contains mainly: green. Hex color #468E30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468E30 is #B971CF. Grayscale: #6E6E6E. Windows color (decimal): -12153296 or 3182150. OLE color: 3182150.
HSL color Cylindrical-coordinate representation of color #468E30: hue angle of 105.96º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #468E30 is Cyan = 0.51, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 142 | 48 | - |
| CMYK | 0.51 | 0 | 0.66 | 0.44 |
| HSL | 105.96º | 0.49% | 0.37% | - |
| HSV(B) | 105.96º | 0.66% | 0.56% | - |
| XYZ | 12.73 | 20.86 | 6.15 | - |
| YUV | 109.76 | 93.15 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 142 | 48 | 0.51 | 0 | 0.66 | 0.44 | 105.96 | 0.49 | 0.37 |
| Hex | 46 | 8E | 30 | 33 | 0 | 42 | 2C | 6A | 31 | 25 |
| Octal | 106 | 216 | 60 | 63 | 0 | 102 | 54 | 152 | 61 | 45 |
| Binary | 1000110 | 10001110 | 110000 | 110011 | 0 | 1000010 | 101100 | 1101010 | 110001 | 100101 |
Color Harmonies of #468E30
Complementary color
Monochromatic Colors of #468E30
Black with #468E30
Text Example
Text Example
White with #468E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468E30; }
p { color: rgb(70,142,48); }
H1.HeaderClassName
{
color: #468E30;
}
.AnyTagClassName
{
color: #468E30;
}
</style>
background-color css
<style>
a { background-color: #468E30; }
a { background-color: rgb(70,142,48); }
div.DivClassName
{
background-color: #468E30;
}
.BgClassName
{
background-color: #468E30;
}
</style>
border-color css
<style>
span { border-color: #468E30; }
span { border-color: rgb(70,142,48); }
td.TdClassName
{
border-color: #468E30;
}
.TagClassName
{
border-color: #468E30;
}
</style>