Shades of La Palma #3AA01D
Tints of La Palma #3AA01D
RGB
CMYK
RGB Variations
Color information
#3AA01D (or 0x3AA01D) is known color: La Palma. HEX triplet: 3A, A0 and 1D. RGB value is (58,160,29). Sum of RGB (Red+Green+Blue) = 58+160+29=247 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.48% from 247); Green value is 160 (62.89% from 255 or 64.78% from 247); Blue value is 29 (11.72% from 255 or 11.74% from 247); Max value from RGB is 160 - color contains mainly: green. Hex color #3AA01D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AA01D is #C55FE2. Grayscale: #727272. Windows color (decimal): -12935139 or 1941562. OLE color: 1941562.
HSL color Cylindrical-coordinate representation of color #3AA01D: hue angle of 106.72º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3AA01D is Cyan = 0.64, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 58 | 160 | 29 | - |
| CMYK | 0.64 | 0 | 0.82 | 0.37 |
| HSL | 106.72º | 0.69% | 0.37% | - |
| HSV(B) | 106.72º | 0.82% | 0.63% | - |
| XYZ | 14.54 | 26.13 | 5.44 | - |
| YUV | 114.57 | 79.71 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 160 | 29 | 0.64 | 0 | 0.82 | 0.37 | 106.72 | 0.69 | 0.37 |
| Hex | 3A | A0 | 1D | 40 | 0 | 52 | 25 | 6B | 45 | 25 |
| Octal | 72 | 240 | 35 | 100 | 0 | 122 | 45 | 153 | 105 | 45 |
| Binary | 111010 | 10100000 | 11101 | 1000000 | 0 | 1010010 | 100101 | 1101011 | 1000101 | 100101 |
Color Harmonies of #3AA01D
Complementary color
Monochromatic Colors of #3AA01D
Black with #3AA01D
Text Example
Text Example
White with #3AA01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA01D; }
p { color: rgb(58,160,29); }
H1.HeaderClassName
{
color: #3AA01D;
}
.AnyTagClassName
{
color: #3AA01D;
}
</style>
background-color css
<style>
a { background-color: #3AA01D; }
a { background-color: rgb(58,160,29); }
div.DivClassName
{
background-color: #3AA01D;
}
.BgClassName
{
background-color: #3AA01D;
}
</style>
border-color css
<style>
span { border-color: #3AA01D; }
span { border-color: rgb(58,160,29); }
td.TdClassName
{
border-color: #3AA01D;
}
.TagClassName
{
border-color: #3AA01D;
}
</style>