Shades of La Palma #469B2F
Tints of La Palma #469B2F
RGB
CMYK
RGB Variations
Color information
#469B2F (or 0x469B2F) is known color: La Palma. HEX triplet: 46, 9B and 2F. RGB value is (70,155,47). Sum of RGB (Red+Green+Blue) = 70+155+47=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 155 (60.94% from 255 or 56.99% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 155 - color contains mainly: green. Hex color #469B2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469B2F is #B964D0. Grayscale: #757575. Windows color (decimal): -12149969 or 3119942. OLE color: 3119942.
HSL color Cylindrical-coordinate representation of color #469B2F: hue angle of 107.22º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #469B2F is Cyan = 0.55, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 155 | 47 | - |
| CMYK | 0.55 | 0 | 0.70 | 0.39 |
| HSL | 107.22º | 0.53% | 0.4% | - |
| HSV(B) | 107.22º | 0.7% | 0.61% | - |
| XYZ | 14.76 | 24.95 | 6.73 | - |
| YUV | 117.27 | 88.34 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 155 | 47 | 0.55 | 0 | 0.70 | 0.39 | 107.22 | 0.53 | 0.4 |
| Hex | 46 | 9B | 2F | 37 | 0 | 46 | 27 | 6B | 35 | 28 |
| Octal | 106 | 233 | 57 | 67 | 0 | 106 | 47 | 153 | 65 | 50 |
| Binary | 1000110 | 10011011 | 101111 | 110111 | 0 | 1000110 | 100111 | 1101011 | 110101 | 101000 |
Color Harmonies of #469B2F
Complementary color
Monochromatic Colors of #469B2F
Black with #469B2F
Text Example
Text Example
White with #469B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469B2F; }
p { color: rgb(70,155,47); }
H1.HeaderClassName
{
color: #469B2F;
}
.AnyTagClassName
{
color: #469B2F;
}
</style>
background-color css
<style>
a { background-color: #469B2F; }
a { background-color: rgb(70,155,47); }
div.DivClassName
{
background-color: #469B2F;
}
.BgClassName
{
background-color: #469B2F;
}
</style>
border-color css
<style>
span { border-color: #469B2F; }
span { border-color: rgb(70,155,47); }
td.TdClassName
{
border-color: #469B2F;
}
.TagClassName
{
border-color: #469B2F;
}
</style>