Shades of La Palma #32A00F
Tints of La Palma #32A00F
RGB
CMYK
RGB Variations
Color information
#32A00F (or 0x32A00F) is known color: La Palma. HEX triplet: 32, A0 and 0F. RGB value is (50,160,15). Sum of RGB (Red+Green+Blue) = 50+160+15=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 160 (62.89% from 255 or 71.11% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 160 - color contains mainly: green. Hex color #32A00F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32A00F is #CD5FF0. Grayscale: #6F6F6F. Windows color (decimal): -13459441 or 1024050. OLE color: 1024050.
HSL color Cylindrical-coordinate representation of color #32A00F: hue angle of 105.52º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #32A00F is Cyan = 0.69, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 50 | 160 | 15 | - |
| CMYK | 0.69 | 0 | 0.91 | 0.37 |
| HSL | 105.52º | 0.83% | 0.34% | - |
| HSV(B) | 105.52º | 0.91% | 0.63% | - |
| XYZ | 13.97 | 25.85 | 4.71 | - |
| YUV | 110.58 | 74.06 | 84.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 160 | 15 | 0.69 | 0 | 0.91 | 0.37 | 105.52 | 0.83 | 0.34 |
| Hex | 32 | A0 | F | 45 | 0 | 5B | 25 | 6A | 53 | 22 |
| Octal | 62 | 240 | 17 | 105 | 0 | 133 | 45 | 152 | 123 | 42 |
| Binary | 110010 | 10100000 | 1111 | 1000101 | 0 | 1011011 | 100101 | 1101010 | 1010011 | 100010 |
Color Harmonies of #32A00F
Complementary color
Monochromatic Colors of #32A00F
Black with #32A00F
Text Example
Text Example
White with #32A00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A00F; }
p { color: rgb(50,160,15); }
H1.HeaderClassName
{
color: #32A00F;
}
.AnyTagClassName
{
color: #32A00F;
}
</style>
background-color css
<style>
a { background-color: #32A00F; }
a { background-color: rgb(50,160,15); }
div.DivClassName
{
background-color: #32A00F;
}
.BgClassName
{
background-color: #32A00F;
}
</style>
border-color css
<style>
span { border-color: #32A00F; }
span { border-color: rgb(50,160,15); }
td.TdClassName
{
border-color: #32A00F;
}
.TagClassName
{
border-color: #32A00F;
}
</style>