Shades of La Palma #3A8E22
Tints of La Palma #3A8E22
RGB
CMYK
RGB Variations
Color information
#3A8E22 (or 0x3A8E22) is known color: La Palma. HEX triplet: 3A, 8E and 22. RGB value is (58,142,34). Sum of RGB (Red+Green+Blue) = 58+142+34=234 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.79% from 234); Green value is 142 (55.86% from 255 or 60.68% from 234); Blue value is 34 (13.67% from 255 or 14.53% from 234); Max value from RGB is 142 - color contains mainly: green. Hex color #3A8E22 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8E22 is #C571DD. Grayscale: #686868. Windows color (decimal): -12939742 or 2264634. OLE color: 2264634.
HSL color Cylindrical-coordinate representation of color #3A8E22: hue angle of 106.67º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A8E22 is Cyan = 0.59, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 58 | 142 | 34 | - |
| CMYK | 0.59 | 0 | 0.76 | 0.44 |
| HSL | 106.67º | 0.61% | 0.35% | - |
| HSV(B) | 106.67º | 0.76% | 0.56% | - |
| XYZ | 11.71 | 20.36 | 4.83 | - |
| YUV | 104.57 | 88.17 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 142 | 34 | 0.59 | 0 | 0.76 | 0.44 | 106.67 | 0.61 | 0.35 |
| Hex | 3A | 8E | 22 | 3B | 0 | 4C | 2C | 6B | 3D | 23 |
| Octal | 72 | 216 | 42 | 73 | 0 | 114 | 54 | 153 | 75 | 43 |
| Binary | 111010 | 10001110 | 100010 | 111011 | 0 | 1001100 | 101100 | 1101011 | 111101 | 100011 |
Color Harmonies of #3A8E22
Complementary color
Monochromatic Colors of #3A8E22
Black with #3A8E22
Text Example
Text Example
White with #3A8E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8E22; }
p { color: rgb(58,142,34); }
H1.HeaderClassName
{
color: #3A8E22;
}
.AnyTagClassName
{
color: #3A8E22;
}
</style>
background-color css
<style>
a { background-color: #3A8E22; }
a { background-color: rgb(58,142,34); }
div.DivClassName
{
background-color: #3A8E22;
}
.BgClassName
{
background-color: #3A8E22;
}
</style>
border-color css
<style>
span { border-color: #3A8E22; }
span { border-color: rgb(58,142,34); }
td.TdClassName
{
border-color: #3A8E22;
}
.TagClassName
{
border-color: #3A8E22;
}
</style>