Shades of La Palma #3AA228
Tints of La Palma #3AA228
RGB
CMYK
RGB Variations
Color information
#3AA228 (or 0x3AA228) is known color: La Palma. HEX triplet: 3A, A2 and 28. RGB value is (58,162,40). Sum of RGB (Red+Green+Blue) = 58+162+40=260 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.31% from 260); Green value is 162 (63.67% from 255 or 62.31% from 260); Blue value is 40 (16.02% from 255 or 15.38% from 260); Max value from RGB is 162 - color contains mainly: green. Hex color #3AA228 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AA228 is #C55DD7. Grayscale: #757575. Windows color (decimal): -12934616 or 2662970. OLE color: 2662970.
HSL color Cylindrical-coordinate representation of color #3AA228: hue angle of 111.15º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AA228 is Cyan = 0.64, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 58 | 162 | 40 | - |
| CMYK | 0.64 | 0 | 0.75 | 0.36 |
| HSL | 111.15º | 0.6% | 0.4% | - |
| HSV(B) | 111.15º | 0.75% | 0.64% | - |
| XYZ | 15.05 | 26.89 | 6.41 | - |
| YUV | 117 | 84.54 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 162 | 40 | 0.64 | 0 | 0.75 | 0.36 | 111.15 | 0.6 | 0.4 |
| Hex | 3A | A2 | 28 | 40 | 0 | 4B | 24 | 6F | 3C | 28 |
| Octal | 72 | 242 | 50 | 100 | 0 | 113 | 44 | 157 | 74 | 50 |
| Binary | 111010 | 10100010 | 101000 | 1000000 | 0 | 1001011 | 100100 | 1101111 | 111100 | 101000 |
Color Harmonies of #3AA228
Complementary color
Monochromatic Colors of #3AA228
Black with #3AA228
Text Example
Text Example
White with #3AA228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA228; }
p { color: rgb(58,162,40); }
H1.HeaderClassName
{
color: #3AA228;
}
.AnyTagClassName
{
color: #3AA228;
}
</style>
background-color css
<style>
a { background-color: #3AA228; }
a { background-color: rgb(58,162,40); }
div.DivClassName
{
background-color: #3AA228;
}
.BgClassName
{
background-color: #3AA228;
}
</style>
border-color css
<style>
span { border-color: #3AA228; }
span { border-color: rgb(58,162,40); }
td.TdClassName
{
border-color: #3AA228;
}
.TagClassName
{
border-color: #3AA228;
}
</style>