Shades of La Palma #3AA82D
Tints of La Palma #3AA82D
RGB
CMYK
RGB Variations
Color information
#3AA82D (or 0x3AA82D) is known color: La Palma. HEX triplet: 3A, A8 and 2D. RGB value is (58,168,45). Sum of RGB (Red+Green+Blue) = 58+168+45=271 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.40% from 271); Green value is 168 (66.02% from 255 or 61.99% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 168 - color contains mainly: green. Hex color #3AA82D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AA82D is #C557D2. Grayscale: #797979. Windows color (decimal): -12933075 or 2992186. OLE color: 2992186.
HSL color Cylindrical-coordinate representation of color #3AA82D: hue angle of 113.66º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AA82D is Cyan = 0.65, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 58 | 168 | 45 | - |
| CMYK | 0.65 | 0 | 0.73 | 0.34 |
| HSL | 113.66º | 0.58% | 0.42% | - |
| HSV(B) | 113.66º | 0.73% | 0.66% | - |
| XYZ | 16.22 | 29.09 | 7.24 | - |
| YUV | 121.09 | 85.06 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 168 | 45 | 0.65 | 0 | 0.73 | 0.34 | 113.66 | 0.58 | 0.42 |
| Hex | 3A | A8 | 2D | 41 | 0 | 49 | 22 | 72 | 3A | 2A |
| Octal | 72 | 250 | 55 | 101 | 0 | 111 | 42 | 162 | 72 | 52 |
| Binary | 111010 | 10101000 | 101101 | 1000001 | 0 | 1001001 | 100010 | 1110010 | 111010 | 101010 |
Color Harmonies of #3AA82D
Complementary color
Monochromatic Colors of #3AA82D
Black with #3AA82D
Text Example
Text Example
White with #3AA82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA82D; }
p { color: rgb(58,168,45); }
H1.HeaderClassName
{
color: #3AA82D;
}
.AnyTagClassName
{
color: #3AA82D;
}
</style>
background-color css
<style>
a { background-color: #3AA82D; }
a { background-color: rgb(58,168,45); }
div.DivClassName
{
background-color: #3AA82D;
}
.BgClassName
{
background-color: #3AA82D;
}
</style>
border-color css
<style>
span { border-color: #3AA82D; }
span { border-color: rgb(58,168,45); }
td.TdClassName
{
border-color: #3AA82D;
}
.TagClassName
{
border-color: #3AA82D;
}
</style>