Shades of La Palma #458D1F
Tints of La Palma #458D1F
RGB
CMYK
RGB Variations
Color information
#458D1F (or 0x458D1F) is known color: La Palma. HEX triplet: 45, 8D and 1F. RGB value is (69,141,31). Sum of RGB (Red+Green+Blue) = 69+141+31=241 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.63% from 241); Green value is 141 (55.47% from 255 or 58.51% from 241); Blue value is 31 (12.5% from 255 or 12.86% from 241); Max value from RGB is 141 - color contains mainly: green. Hex color #458D1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #458D1F is #BA72E0. Grayscale: #6B6B6B. Windows color (decimal): -12219105 or 2067781. OLE color: 2067781.
HSL color Cylindrical-coordinate representation of color #458D1F: hue angle of 99.27º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #458D1F is Cyan = 0.51, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 141 | 31 | - |
| CMYK | 0.51 | 0 | 0.78 | 0.45 |
| HSL | 99.27º | 0.64% | 0.34% | - |
| HSV(B) | 99.27º | 0.78% | 0.55% | - |
| XYZ | 12.23 | 20.41 | 4.59 | - |
| YUV | 106.93 | 85.15 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 141 | 31 | 0.51 | 0 | 0.78 | 0.45 | 99.27 | 0.64 | 0.34 |
| Hex | 45 | 8D | 1F | 33 | 0 | 4E | 2D | 63 | 40 | 22 |
| Octal | 105 | 215 | 37 | 63 | 0 | 116 | 55 | 143 | 100 | 42 |
| Binary | 1000101 | 10001101 | 11111 | 110011 | 0 | 1001110 | 101101 | 1100011 | 1000000 | 100010 |
Color Harmonies of #458D1F
Complementary color
Monochromatic Colors of #458D1F
Black with #458D1F
Text Example
Text Example
White with #458D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458D1F; }
p { color: rgb(69,141,31); }
H1.HeaderClassName
{
color: #458D1F;
}
.AnyTagClassName
{
color: #458D1F;
}
</style>
background-color css
<style>
a { background-color: #458D1F; }
a { background-color: rgb(69,141,31); }
div.DivClassName
{
background-color: #458D1F;
}
.BgClassName
{
background-color: #458D1F;
}
</style>
border-color css
<style>
span { border-color: #458D1F; }
span { border-color: rgb(69,141,31); }
td.TdClassName
{
border-color: #458D1F;
}
.TagClassName
{
border-color: #458D1F;
}
</style>