Shades of La Palma #469D2F
Tints of La Palma #469D2F
RGB
CMYK
RGB Variations
Color information
#469D2F (or 0x469D2F) is known color: La Palma. HEX triplet: 46, 9D and 2F. RGB value is (70,157,47). Sum of RGB (Red+Green+Blue) = 70+157+47=274 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.55% from 274); Green value is 157 (61.72% from 255 or 57.30% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 157 - color contains mainly: green. Hex color #469D2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469D2F is #B962D0. Grayscale: #767676. Windows color (decimal): -12149457 or 3120454. OLE color: 3120454.
HSL color Cylindrical-coordinate representation of color #469D2F: hue angle of 107.45º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #469D2F is Cyan = 0.55, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 157 | 47 | - |
| CMYK | 0.55 | 0 | 0.70 | 0.38 |
| HSL | 107.45º | 0.54% | 0.4% | - |
| HSV(B) | 107.45º | 0.7% | 0.62% | - |
| XYZ | 15.1 | 25.62 | 6.84 | - |
| YUV | 118.45 | 87.68 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 157 | 47 | 0.55 | 0 | 0.70 | 0.38 | 107.45 | 0.54 | 0.4 |
| Hex | 46 | 9D | 2F | 37 | 0 | 46 | 26 | 6B | 36 | 28 |
| Octal | 106 | 235 | 57 | 67 | 0 | 106 | 46 | 153 | 66 | 50 |
| Binary | 1000110 | 10011101 | 101111 | 110111 | 0 | 1000110 | 100110 | 1101011 | 110110 | 101000 |
Color Harmonies of #469D2F
Complementary color
Monochromatic Colors of #469D2F
Black with #469D2F
Text Example
Text Example
White with #469D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469D2F; }
p { color: rgb(70,157,47); }
H1.HeaderClassName
{
color: #469D2F;
}
.AnyTagClassName
{
color: #469D2F;
}
</style>
background-color css
<style>
a { background-color: #469D2F; }
a { background-color: rgb(70,157,47); }
div.DivClassName
{
background-color: #469D2F;
}
.BgClassName
{
background-color: #469D2F;
}
</style>
border-color css
<style>
span { border-color: #469D2F; }
span { border-color: rgb(70,157,47); }
td.TdClassName
{
border-color: #469D2F;
}
.TagClassName
{
border-color: #469D2F;
}
</style>