Shades of La Palma #3AA32F
Tints of La Palma #3AA32F
RGB
CMYK
RGB Variations
Color information
#3AA32F (or 0x3AA32F) is known color: La Palma. HEX triplet: 3A, A3 and 2F. RGB value is (58,163,47). Sum of RGB (Red+Green+Blue) = 58+163+47=268 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.64% from 268); Green value is 163 (64.06% from 255 or 60.82% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 163 - color contains mainly: green. Hex color #3AA32F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AA32F is #C55CD0. Grayscale: #767676. Windows color (decimal): -12934353 or 3121978. OLE color: 3121978.
HSL color Cylindrical-coordinate representation of color #3AA32F: hue angle of 114.31º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3AA32F is Cyan = 0.64, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 58 | 163 | 47 | - |
| CMYK | 0.64 | 0 | 0.71 | 0.36 |
| HSL | 114.31º | 0.55% | 0.41% | - |
| HSV(B) | 114.31º | 0.71% | 0.64% | - |
| XYZ | 15.36 | 27.3 | 7.15 | - |
| YUV | 118.38 | 87.71 | 84.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 163 | 47 | 0.64 | 0 | 0.71 | 0.36 | 114.31 | 0.55 | 0.41 |
| Hex | 3A | A3 | 2F | 40 | 0 | 47 | 24 | 72 | 37 | 29 |
| Octal | 72 | 243 | 57 | 100 | 0 | 107 | 44 | 162 | 67 | 51 |
| Binary | 111010 | 10100011 | 101111 | 1000000 | 0 | 1000111 | 100100 | 1110010 | 110111 | 101001 |
Color Harmonies of #3AA32F
Complementary color
Monochromatic Colors of #3AA32F
Black with #3AA32F
Text Example
Text Example
White with #3AA32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA32F; }
p { color: rgb(58,163,47); }
H1.HeaderClassName
{
color: #3AA32F;
}
.AnyTagClassName
{
color: #3AA32F;
}
</style>
background-color css
<style>
a { background-color: #3AA32F; }
a { background-color: rgb(58,163,47); }
div.DivClassName
{
background-color: #3AA32F;
}
.BgClassName
{
background-color: #3AA32F;
}
</style>
border-color css
<style>
span { border-color: #3AA32F; }
span { border-color: rgb(58,163,47); }
td.TdClassName
{
border-color: #3AA32F;
}
.TagClassName
{
border-color: #3AA32F;
}
</style>