Shades of La Palma #3AA21E
Tints of La Palma #3AA21E
RGB
CMYK
RGB Variations
Color information
#3AA21E (or 0x3AA21E) is known color: La Palma. HEX triplet: 3A, A2 and 1E. RGB value is (58,162,30). Sum of RGB (Red+Green+Blue) = 58+162+30=250 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.2% from 250); Green value is 162 (63.67% from 255 or 64.8% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 162 - color contains mainly: green. Hex color #3AA21E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AA21E is #C55DE1. Grayscale: #747474. Windows color (decimal): -12934626 or 2007610. OLE color: 2007610.
HSL color Cylindrical-coordinate representation of color #3AA21E: hue angle of 107.27º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3AA21E is Cyan = 0.64, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 58 | 162 | 30 | - |
| CMYK | 0.64 | 0 | 0.81 | 0.36 |
| HSL | 107.27º | 0.69% | 0.38% | - |
| HSV(B) | 107.27º | 0.81% | 0.64% | - |
| XYZ | 14.9 | 26.83 | 5.62 | - |
| YUV | 115.86 | 79.54 | 86.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 162 | 30 | 0.64 | 0 | 0.81 | 0.36 | 107.27 | 0.69 | 0.38 |
| Hex | 3A | A2 | 1E | 40 | 0 | 51 | 24 | 6B | 45 | 26 |
| Octal | 72 | 242 | 36 | 100 | 0 | 121 | 44 | 153 | 105 | 46 |
| Binary | 111010 | 10100010 | 11110 | 1000000 | 0 | 1010001 | 100100 | 1101011 | 1000101 | 100110 |
Color Harmonies of #3AA21E
Complementary color
Monochromatic Colors of #3AA21E
Black with #3AA21E
Text Example
Text Example
White with #3AA21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA21E; }
p { color: rgb(58,162,30); }
H1.HeaderClassName
{
color: #3AA21E;
}
.AnyTagClassName
{
color: #3AA21E;
}
</style>
background-color css
<style>
a { background-color: #3AA21E; }
a { background-color: rgb(58,162,30); }
div.DivClassName
{
background-color: #3AA21E;
}
.BgClassName
{
background-color: #3AA21E;
}
</style>
border-color css
<style>
span { border-color: #3AA21E; }
span { border-color: rgb(58,162,30); }
td.TdClassName
{
border-color: #3AA21E;
}
.TagClassName
{
border-color: #3AA21E;
}
</style>