Shades of La Palma #468F2F
Tints of La Palma #468F2F
RGB
CMYK
RGB Variations
Color information
#468F2F (or 0x468F2F) is known color: La Palma. HEX triplet: 46, 8F and 2F. RGB value is (70,143,47). Sum of RGB (Red+Green+Blue) = 70+143+47=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 143 (56.25% from 255 or 55% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 143 - color contains mainly: green. Hex color #468F2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468F2F is #B970D0. Grayscale: #6E6E6E. Windows color (decimal): -12153041 or 3116870. OLE color: 3116870.
HSL color Cylindrical-coordinate representation of color #468F2F: hue angle of 105.62º degrees, saturation: 0.51, 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 #468F2F is Cyan = 0.51, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 143 | 47 | - |
| CMYK | 0.51 | 0 | 0.67 | 0.44 |
| HSL | 105.63º | 0.51% | 0.37% | - |
| HSV(B) | 105.63º | 0.67% | 0.56% | - |
| XYZ | 12.86 | 21.15 | 6.09 | - |
| YUV | 110.23 | 92.32 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 143 | 47 | 0.51 | 0 | 0.67 | 0.44 | 105.63 | 0.51 | 0.37 |
| Hex | 46 | 8F | 2F | 33 | 0 | 43 | 2C | 6A | 33 | 25 |
| Octal | 106 | 217 | 57 | 63 | 0 | 103 | 54 | 152 | 63 | 45 |
| Binary | 1000110 | 10001111 | 101111 | 110011 | 0 | 1000011 | 101100 | 1101010 | 110011 | 100101 |
Color Harmonies of #468F2F
Complementary color
Monochromatic Colors of #468F2F
Black with #468F2F
Text Example
Text Example
White with #468F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468F2F; }
p { color: rgb(70,143,47); }
H1.HeaderClassName
{
color: #468F2F;
}
.AnyTagClassName
{
color: #468F2F;
}
</style>
background-color css
<style>
a { background-color: #468F2F; }
a { background-color: rgb(70,143,47); }
div.DivClassName
{
background-color: #468F2F;
}
.BgClassName
{
background-color: #468F2F;
}
</style>
border-color css
<style>
span { border-color: #468F2F; }
span { border-color: rgb(70,143,47); }
td.TdClassName
{
border-color: #468F2F;
}
.TagClassName
{
border-color: #468F2F;
}
</style>