Shades of La Palma #459E2D
Tints of La Palma #459E2D
RGB
CMYK
RGB Variations
Color information
#459E2D (or 0x459E2D) is known color: La Palma. HEX triplet: 45, 9E and 2D. RGB value is (69,158,45). Sum of RGB (Red+Green+Blue) = 69+158+45=272 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.37% from 272); Green value is 158 (62.11% from 255 or 58.09% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 158 - color contains mainly: green. Hex color #459E2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459E2D is #BA61D2. Grayscale: #767676. Windows color (decimal): -12214739 or 2989637. OLE color: 2989637.
HSL color Cylindrical-coordinate representation of color #459E2D: hue angle of 107.26º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #459E2D is Cyan = 0.56, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 158 | 45 | - |
| CMYK | 0.56 | 0 | 0.72 | 0.38 |
| HSL | 107.26º | 0.56% | 0.4% | - |
| HSV(B) | 107.26º | 0.72% | 0.62% | - |
| XYZ | 15.15 | 25.91 | 6.68 | - |
| YUV | 118.51 | 86.51 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 158 | 45 | 0.56 | 0 | 0.72 | 0.38 | 107.26 | 0.56 | 0.4 |
| Hex | 45 | 9E | 2D | 38 | 0 | 48 | 26 | 6B | 38 | 28 |
| Octal | 105 | 236 | 55 | 70 | 0 | 110 | 46 | 153 | 70 | 50 |
| Binary | 1000101 | 10011110 | 101101 | 111000 | 0 | 1001000 | 100110 | 1101011 | 111000 | 101000 |
Color Harmonies of #459E2D
Complementary color
Monochromatic Colors of #459E2D
Black with #459E2D
Text Example
Text Example
White with #459E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459E2D; }
p { color: rgb(69,158,45); }
H1.HeaderClassName
{
color: #459E2D;
}
.AnyTagClassName
{
color: #459E2D;
}
</style>
background-color css
<style>
a { background-color: #459E2D; }
a { background-color: rgb(69,158,45); }
div.DivClassName
{
background-color: #459E2D;
}
.BgClassName
{
background-color: #459E2D;
}
</style>
border-color css
<style>
span { border-color: #459E2D; }
span { border-color: rgb(69,158,45); }
td.TdClassName
{
border-color: #459E2D;
}
.TagClassName
{
border-color: #459E2D;
}
</style>