Shades of La Palma #458C2F
Tints of La Palma #458C2F
RGB
CMYK
RGB Variations
Color information
#458C2F (or 0x458C2F) is known color: La Palma. HEX triplet: 45, 8C and 2F. RGB value is (69,140,47). Sum of RGB (Red+Green+Blue) = 69+140+47=256 (33% of max value = 765). Red value is 69 (27.34% from 255 or 26.95% from 256); Green value is 140 (55.08% from 255 or 54.69% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 140 - color contains mainly: green. Hex color #458C2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #458C2F is #BA73D0. Grayscale: #6C6C6C. Windows color (decimal): -12219345 or 3116101. OLE color: 3116101.
HSL color Cylindrical-coordinate representation of color #458C2F: hue angle of 105.81º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #458C2F is Cyan = 0.51, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 140 | 47 | - |
| CMYK | 0.51 | 0 | 0.66 | 0.45 |
| HSL | 105.81º | 0.5% | 0.37% | - |
| HSV(B) | 105.81º | 0.66% | 0.55% | - |
| XYZ | 12.35 | 20.23 | 5.94 | - |
| YUV | 108.17 | 93.48 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 140 | 47 | 0.51 | 0 | 0.66 | 0.45 | 105.81 | 0.5 | 0.37 |
| Hex | 45 | 8C | 2F | 33 | 0 | 42 | 2D | 6A | 32 | 25 |
| Octal | 105 | 214 | 57 | 63 | 0 | 102 | 55 | 152 | 62 | 45 |
| Binary | 1000101 | 10001100 | 101111 | 110011 | 0 | 1000010 | 101101 | 1101010 | 110010 | 100101 |
Color Harmonies of #458C2F
Complementary color
Monochromatic Colors of #458C2F
Black with #458C2F
Text Example
Text Example
White with #458C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458C2F; }
p { color: rgb(69,140,47); }
H1.HeaderClassName
{
color: #458C2F;
}
.AnyTagClassName
{
color: #458C2F;
}
</style>
background-color css
<style>
a { background-color: #458C2F; }
a { background-color: rgb(69,140,47); }
div.DivClassName
{
background-color: #458C2F;
}
.BgClassName
{
background-color: #458C2F;
}
</style>
border-color css
<style>
span { border-color: #458C2F; }
span { border-color: rgb(69,140,47); }
td.TdClassName
{
border-color: #458C2F;
}
.TagClassName
{
border-color: #458C2F;
}
</style>