Shades of La Palma #458E28
Tints of La Palma #458E28
RGB
CMYK
RGB Variations
Color information
#458E28 (or 0x458E28) is known color: La Palma. HEX triplet: 45, 8E and 28. RGB value is (69,142,40). Sum of RGB (Red+Green+Blue) = 69+142+40=251 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.49% from 251); Green value is 142 (55.86% from 255 or 56.57% from 251); Blue value is 40 (16.02% from 255 or 15.94% from 251); Max value from RGB is 142 - color contains mainly: green. Hex color #458E28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #458E28 is #BA71D7. Grayscale: #6C6C6C. Windows color (decimal): -12218840 or 2657861. OLE color: 2657861.
HSL color Cylindrical-coordinate representation of color #458E28: hue angle of 102.94º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #458E28 is Cyan = 0.51, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 142 | 40 | - |
| CMYK | 0.51 | 0 | 0.72 | 0.44 |
| HSL | 102.94º | 0.56% | 0.36% | - |
| HSV(B) | 102.94º | 0.72% | 0.56% | - |
| XYZ | 12.51 | 20.76 | 5.36 | - |
| YUV | 108.55 | 89.32 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 142 | 40 | 0.51 | 0 | 0.72 | 0.44 | 102.94 | 0.56 | 0.36 |
| Hex | 45 | 8E | 28 | 33 | 0 | 48 | 2C | 67 | 38 | 24 |
| Octal | 105 | 216 | 50 | 63 | 0 | 110 | 54 | 147 | 70 | 44 |
| Binary | 1000101 | 10001110 | 101000 | 110011 | 0 | 1001000 | 101100 | 1100111 | 111000 | 100100 |
Color Harmonies of #458E28
Complementary color
Monochromatic Colors of #458E28
Black with #458E28
Text Example
Text Example
White with #458E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458E28; }
p { color: rgb(69,142,40); }
H1.HeaderClassName
{
color: #458E28;
}
.AnyTagClassName
{
color: #458E28;
}
</style>
background-color css
<style>
a { background-color: #458E28; }
a { background-color: rgb(69,142,40); }
div.DivClassName
{
background-color: #458E28;
}
.BgClassName
{
background-color: #458E28;
}
</style>
border-color css
<style>
span { border-color: #458E28; }
span { border-color: rgb(69,142,40); }
td.TdClassName
{
border-color: #458E28;
}
.TagClassName
{
border-color: #458E28;
}
</style>