Shades of La Palma #458F1C
Tints of La Palma #458F1C
RGB
CMYK
RGB Variations
Color information
#458F1C (or 0x458F1C) is known color: La Palma. HEX triplet: 45, 8F and 1C. RGB value is (69,143,28). Sum of RGB (Red+Green+Blue) = 69+143+28=240 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.75% from 240); Green value is 143 (56.25% from 255 or 59.58% from 240); Blue value is 28 (11.33% from 255 or 11.67% from 240); Max value from RGB is 143 - color contains mainly: green. Hex color #458F1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #458F1C is #BA70E3. Grayscale: #6C6C6C. Windows color (decimal): -12218596 or 1871685. OLE color: 1871685.
HSL color Cylindrical-coordinate representation of color #458F1C: hue angle of 98.61º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #458F1C is Cyan = 0.52, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 143 | 28 | - |
| CMYK | 0.52 | 0 | 0.80 | 0.44 |
| HSL | 98.61º | 0.67% | 0.34% | - |
| HSV(B) | 98.61º | 0.8% | 0.56% | - |
| XYZ | 12.49 | 20.99 | 4.49 | - |
| YUV | 107.76 | 82.98 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 143 | 28 | 0.52 | 0 | 0.80 | 0.44 | 98.61 | 0.67 | 0.34 |
| Hex | 45 | 8F | 1C | 34 | 0 | 50 | 2C | 63 | 43 | 22 |
| Octal | 105 | 217 | 34 | 64 | 0 | 120 | 54 | 143 | 103 | 42 |
| Binary | 1000101 | 10001111 | 11100 | 110100 | 0 | 1010000 | 101100 | 1100011 | 1000011 | 100010 |
Color Harmonies of #458F1C
Complementary color
Monochromatic Colors of #458F1C
Black with #458F1C
Text Example
Text Example
White with #458F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458F1C; }
p { color: rgb(69,143,28); }
H1.HeaderClassName
{
color: #458F1C;
}
.AnyTagClassName
{
color: #458F1C;
}
</style>
background-color css
<style>
a { background-color: #458F1C; }
a { background-color: rgb(69,143,28); }
div.DivClassName
{
background-color: #458F1C;
}
.BgClassName
{
background-color: #458F1C;
}
</style>
border-color css
<style>
span { border-color: #458F1C; }
span { border-color: rgb(69,143,28); }
td.TdClassName
{
border-color: #458F1C;
}
.TagClassName
{
border-color: #458F1C;
}
</style>