Shades of La Palma #3AAA2D
Tints of La Palma #3AAA2D
RGB
CMYK
RGB Variations
Color information
#3AAA2D (or 0x3AAA2D) is known color: La Palma. HEX triplet: 3A, AA and 2D. RGB value is (58,170,45). Sum of RGB (Red+Green+Blue) = 58+170+45=273 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.25% from 273); Green value is 170 (66.80% from 255 or 62.27% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAA2D is #C555D2. Grayscale: #7A7A7A. Windows color (decimal): -12932563 or 2992698. OLE color: 2992698.
HSL color Cylindrical-coordinate representation of color #3AAA2D: hue angle of 113.76º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AAA2D is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 170 | 45 | - |
| CMYK | 0.66 | 0 | 0.74 | 0.33 |
| HSL | 113.76º | 0.58% | 0.42% | - |
| HSV(B) | 113.76º | 0.74% | 0.67% | - |
| XYZ | 16.59 | 29.84 | 7.37 | - |
| YUV | 122.26 | 84.39 | 82.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 170 | 45 | 0.66 | 0 | 0.74 | 0.33 | 113.76 | 0.58 | 0.42 |
| Hex | 3A | AA | 2D | 42 | 0 | 4A | 21 | 72 | 3A | 2A |
| Octal | 72 | 252 | 55 | 102 | 0 | 112 | 41 | 162 | 72 | 52 |
| Binary | 111010 | 10101010 | 101101 | 1000010 | 0 | 1001010 | 100001 | 1110010 | 111010 | 101010 |
Color Harmonies of #3AAA2D
Complementary color
Monochromatic Colors of #3AAA2D
Black with #3AAA2D
Text Example
Text Example
White with #3AAA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAA2D; }
p { color: rgb(58,170,45); }
H1.HeaderClassName
{
color: #3AAA2D;
}
.AnyTagClassName
{
color: #3AAA2D;
}
</style>
background-color css
<style>
a { background-color: #3AAA2D; }
a { background-color: rgb(58,170,45); }
div.DivClassName
{
background-color: #3AAA2D;
}
.BgClassName
{
background-color: #3AAA2D;
}
</style>
border-color css
<style>
span { border-color: #3AAA2D; }
span { border-color: rgb(58,170,45); }
td.TdClassName
{
border-color: #3AAA2D;
}
.TagClassName
{
border-color: #3AAA2D;
}
</style>