Shades of La Palma #459F2D
Tints of La Palma #459F2D
RGB
CMYK
RGB Variations
Color information
#459F2D (or 0x459F2D) is known color: La Palma. HEX triplet: 45, 9F and 2D. RGB value is (69,159,45). Sum of RGB (Red+Green+Blue) = 69+159+45=273 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.27% from 273); Green value is 159 (62.5% from 255 or 58.24% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 159 - color contains mainly: green. Hex color #459F2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459F2D is #BA60D2. Grayscale: #777777. Windows color (decimal): -12214483 or 2989893. OLE color: 2989893.
HSL color Cylindrical-coordinate representation of color #459F2D: hue angle of 107.37º 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 #459F2D is Cyan = 0.57, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 159 | 45 | - |
| CMYK | 0.57 | 0 | 0.72 | 0.38 |
| HSL | 107.37º | 0.56% | 0.4% | - |
| HSV(B) | 107.37º | 0.72% | 0.62% | - |
| XYZ | 15.33 | 26.25 | 6.74 | - |
| YUV | 119.09 | 86.18 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 159 | 45 | 0.57 | 0 | 0.72 | 0.38 | 107.37 | 0.56 | 0.4 |
| Hex | 45 | 9F | 2D | 39 | 0 | 48 | 26 | 6B | 38 | 28 |
| Octal | 105 | 237 | 55 | 71 | 0 | 110 | 46 | 153 | 70 | 50 |
| Binary | 1000101 | 10011111 | 101101 | 111001 | 0 | 1001000 | 100110 | 1101011 | 111000 | 101000 |
Color Harmonies of #459F2D
Complementary color
Monochromatic Colors of #459F2D
Black with #459F2D
Text Example
Text Example
White with #459F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459F2D; }
p { color: rgb(69,159,45); }
H1.HeaderClassName
{
color: #459F2D;
}
.AnyTagClassName
{
color: #459F2D;
}
</style>
background-color css
<style>
a { background-color: #459F2D; }
a { background-color: rgb(69,159,45); }
div.DivClassName
{
background-color: #459F2D;
}
.BgClassName
{
background-color: #459F2D;
}
</style>
border-color css
<style>
span { border-color: #459F2D; }
span { border-color: rgb(69,159,45); }
td.TdClassName
{
border-color: #459F2D;
}
.TagClassName
{
border-color: #459F2D;
}
</style>