Shades of La Palma #469D30
Tints of La Palma #469D30
RGB
CMYK
RGB Variations
Color information
#469D30 (or 0x469D30) is known color: La Palma. HEX triplet: 46, 9D and 30. RGB value is (70,157,48). Sum of RGB (Red+Green+Blue) = 70+157+48=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 157 (61.72% from 255 or 57.09% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 157 - color contains mainly: green. Hex color #469D30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469D30 is #B962CF. Grayscale: #767676. Windows color (decimal): -12149456 or 3185990. OLE color: 3185990.
HSL color Cylindrical-coordinate representation of color #469D30: hue angle of 107.89º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #469D30 is Cyan = 0.55, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 157 | 48 | - |
| CMYK | 0.55 | 0 | 0.69 | 0.38 |
| HSL | 107.89º | 0.53% | 0.4% | - |
| HSV(B) | 107.89º | 0.69% | 0.62% | - |
| XYZ | 15.12 | 25.63 | 6.95 | - |
| YUV | 118.56 | 88.18 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 157 | 48 | 0.55 | 0 | 0.69 | 0.38 | 107.89 | 0.53 | 0.4 |
| Hex | 46 | 9D | 30 | 37 | 0 | 45 | 26 | 6C | 35 | 28 |
| Octal | 106 | 235 | 60 | 67 | 0 | 105 | 46 | 154 | 65 | 50 |
| Binary | 1000110 | 10011101 | 110000 | 110111 | 0 | 1000101 | 100110 | 1101100 | 110101 | 101000 |
Color Harmonies of #469D30
Complementary color
Monochromatic Colors of #469D30
Black with #469D30
Text Example
Text Example
White with #469D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469D30; }
p { color: rgb(70,157,48); }
H1.HeaderClassName
{
color: #469D30;
}
.AnyTagClassName
{
color: #469D30;
}
</style>
background-color css
<style>
a { background-color: #469D30; }
a { background-color: rgb(70,157,48); }
div.DivClassName
{
background-color: #469D30;
}
.BgClassName
{
background-color: #469D30;
}
</style>
border-color css
<style>
span { border-color: #469D30; }
span { border-color: rgb(70,157,48); }
td.TdClassName
{
border-color: #469D30;
}
.TagClassName
{
border-color: #469D30;
}
</style>