Shades of La Palma #458B2D
Tints of La Palma #458B2D
RGB
CMYK
RGB Variations
Color information
#458B2D (or 0x458B2D) is known color: La Palma. HEX triplet: 45, 8B and 2D. RGB value is (69,139,45). Sum of RGB (Red+Green+Blue) = 69+139+45=253 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.27% from 253); Green value is 139 (54.69% from 255 or 54.94% from 253); Blue value is 45 (17.97% from 255 or 17.79% from 253); Max value from RGB is 139 - color contains mainly: green. Hex color #458B2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #458B2D is #BA74D2. Grayscale: #6B6B6B. Windows color (decimal): -12219603 or 2984773. OLE color: 2984773.
HSL color Cylindrical-coordinate representation of color #458B2D: hue angle of 104.68º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #458B2D is Cyan = 0.50, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 139 | 45 | - |
| CMYK | 0.50 | 0 | 0.68 | 0.45 |
| HSL | 104.68º | 0.51% | 0.36% | - |
| HSV(B) | 104.68º | 0.68% | 0.55% | - |
| XYZ | 12.16 | 19.92 | 5.69 | - |
| YUV | 107.35 | 92.81 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 139 | 45 | 0.50 | 0 | 0.68 | 0.45 | 104.68 | 0.51 | 0.36 |
| Hex | 45 | 8B | 2D | 32 | 0 | 44 | 2D | 69 | 33 | 24 |
| Octal | 105 | 213 | 55 | 62 | 0 | 104 | 55 | 151 | 63 | 44 |
| Binary | 1000101 | 10001011 | 101101 | 110010 | 0 | 1000100 | 101101 | 1101001 | 110011 | 100100 |
Color Harmonies of #458B2D
Complementary color
Monochromatic Colors of #458B2D
Black with #458B2D
Text Example
Text Example
White with #458B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458B2D; }
p { color: rgb(69,139,45); }
H1.HeaderClassName
{
color: #458B2D;
}
.AnyTagClassName
{
color: #458B2D;
}
</style>
background-color css
<style>
a { background-color: #458B2D; }
a { background-color: rgb(69,139,45); }
div.DivClassName
{
background-color: #458B2D;
}
.BgClassName
{
background-color: #458B2D;
}
</style>
border-color css
<style>
span { border-color: #458B2D; }
span { border-color: rgb(69,139,45); }
td.TdClassName
{
border-color: #458B2D;
}
.TagClassName
{
border-color: #458B2D;
}
</style>