Shades of La Palma #468A30
Tints of La Palma #468A30
RGB
CMYK
RGB Variations
Color information
#468A30 (or 0x468A30) is known color: La Palma. HEX triplet: 46, 8A and 30. RGB value is (70,138,48). Sum of RGB (Red+Green+Blue) = 70+138+48=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 138 (54.30% from 255 or 53.91% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 138 - color contains mainly: green. Hex color #468A30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468A30 is #B975CF. Grayscale: #6B6B6B. Windows color (decimal): -12154320 or 3181126. OLE color: 3181126.
HSL color Cylindrical-coordinate representation of color #468A30: hue angle of 105.33º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #468A30 is Cyan = 0.49, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 70 | 138 | 48 | - |
| CMYK | 0.49 | 0 | 0.65 | 0.46 |
| HSL | 105.33º | 0.48% | 0.36% | - |
| HSV(B) | 105.33º | 0.65% | 0.54% | - |
| XYZ | 12.15 | 19.69 | 5.96 | - |
| YUV | 107.41 | 94.47 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 138 | 48 | 0.49 | 0 | 0.65 | 0.46 | 105.33 | 0.48 | 0.36 |
| Hex | 46 | 8A | 30 | 31 | 0 | 41 | 2E | 69 | 30 | 24 |
| Octal | 106 | 212 | 60 | 61 | 0 | 101 | 56 | 151 | 60 | 44 |
| Binary | 1000110 | 10001010 | 110000 | 110001 | 0 | 1000001 | 101110 | 1101001 | 110000 | 100100 |
Color Harmonies of #468A30
Complementary color
Monochromatic Colors of #468A30
Black with #468A30
Text Example
Text Example
White with #468A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468A30; }
p { color: rgb(70,138,48); }
H1.HeaderClassName
{
color: #468A30;
}
.AnyTagClassName
{
color: #468A30;
}
</style>
background-color css
<style>
a { background-color: #468A30; }
a { background-color: rgb(70,138,48); }
div.DivClassName
{
background-color: #468A30;
}
.BgClassName
{
background-color: #468A30;
}
</style>
border-color css
<style>
span { border-color: #468A30; }
span { border-color: rgb(70,138,48); }
td.TdClassName
{
border-color: #468A30;
}
.TagClassName
{
border-color: #468A30;
}
</style>