Shades of La Palma #3AA015
Tints of La Palma #3AA015
RGB
CMYK
RGB Variations
Color information
#3AA015 (or 0x3AA015) is known color: La Palma. HEX triplet: 3A, A0 and 15. RGB value is (58,160,21). Sum of RGB (Red+Green+Blue) = 58+160+21=239 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.27% from 239); Green value is 160 (62.89% from 255 or 66.95% from 239); Blue value is 21 (8.59% from 255 or 8.79% from 239); Max value from RGB is 160 - color contains mainly: green. Hex color #3AA015 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AA015 is #C55FEA. Grayscale: #727272. Windows color (decimal): -12935147 or 1417274. OLE color: 1417274.
HSL color Cylindrical-coordinate representation of color #3AA015: hue angle of 104.03º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3AA015 is Cyan = 0.64, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 58 | 160 | 21 | - |
| CMYK | 0.64 | 0 | 0.87 | 0.37 |
| HSL | 104.03º | 0.77% | 0.35% | - |
| HSV(B) | 104.03º | 0.87% | 0.63% | - |
| XYZ | 14.45 | 26.1 | 4.98 | - |
| YUV | 113.66 | 75.71 | 88.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 160 | 21 | 0.64 | 0 | 0.87 | 0.37 | 104.03 | 0.77 | 0.35 |
| Hex | 3A | A0 | 15 | 40 | 0 | 57 | 25 | 68 | 4D | 23 |
| Octal | 72 | 240 | 25 | 100 | 0 | 127 | 45 | 150 | 115 | 43 |
| Binary | 111010 | 10100000 | 10101 | 1000000 | 0 | 1010111 | 100101 | 1101000 | 1001101 | 100011 |
Color Harmonies of #3AA015
Complementary color
Monochromatic Colors of #3AA015
Black with #3AA015
Text Example
Text Example
White with #3AA015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA015; }
p { color: rgb(58,160,21); }
H1.HeaderClassName
{
color: #3AA015;
}
.AnyTagClassName
{
color: #3AA015;
}
</style>
background-color css
<style>
a { background-color: #3AA015; }
a { background-color: rgb(58,160,21); }
div.DivClassName
{
background-color: #3AA015;
}
.BgClassName
{
background-color: #3AA015;
}
</style>
border-color css
<style>
span { border-color: #3AA015; }
span { border-color: rgb(58,160,21); }
td.TdClassName
{
border-color: #3AA015;
}
.TagClassName
{
border-color: #3AA015;
}
</style>