Shades of La Palma #458F02
Tints of La Palma #458F02
RGB
CMYK
RGB Variations
Color information
#458F02 (or 0x458F02) is known color: La Palma. HEX triplet: 45, 8F and 02. RGB value is (69,143,2). Sum of RGB (Red+Green+Blue) = 69+143+2=214 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.24% from 214); Green value is 143 (56.25% from 255 or 66.82% from 214); Blue value is 2 (1.17% from 255 or 0.93% from 214); Max value from RGB is 143 - color contains mainly: green. Hex color #458F02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #458F02 is #BA70FD. Grayscale: #696969. Windows color (decimal): -12218622 or 167749. OLE color: 167749.
HSL color Cylindrical-coordinate representation of color #458F02: hue angle of 91.49º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #458F02 is Cyan = 0.52, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 143 | 2 | - |
| CMYK | 0.52 | 0 | 0.99 | 0.44 |
| HSL | 91.49º | 0.97% | 0.28% | - |
| HSV(B) | 91.49º | 0.99% | 0.56% | - |
| XYZ | 12.29 | 20.91 | 3.45 | - |
| YUV | 104.8 | 69.98 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 143 | 2 | 0.52 | 0 | 0.99 | 0.44 | 91.49 | 0.97 | 0.28 |
| Hex | 45 | 8F | 2 | 34 | 0 | 63 | 2C | 5B | 61 | 1C |
| Octal | 105 | 217 | 2 | 64 | 0 | 143 | 54 | 133 | 141 | 34 |
| Binary | 1000101 | 10001111 | 10 | 110100 | 0 | 1100011 | 101100 | 1011011 | 1100001 | 11100 |
Color Harmonies of #458F02
Complementary color
Monochromatic Colors of #458F02
Black with #458F02
Text Example
Text Example
White with #458F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458F02; }
p { color: rgb(69,143,2); }
H1.HeaderClassName
{
color: #458F02;
}
.AnyTagClassName
{
color: #458F02;
}
</style>
background-color css
<style>
a { background-color: #458F02; }
a { background-color: rgb(69,143,2); }
div.DivClassName
{
background-color: #458F02;
}
.BgClassName
{
background-color: #458F02;
}
</style>
border-color css
<style>
span { border-color: #458F02; }
span { border-color: rgb(69,143,2); }
td.TdClassName
{
border-color: #458F02;
}
.TagClassName
{
border-color: #458F02;
}
</style>