Shades of La Palma #3A8930
Tints of La Palma #3A8930
RGB
CMYK
RGB Variations
Color information
#3A8930 (or 0x3A8930) is known color: La Palma. HEX triplet: 3A, 89 and 30. RGB value is (58,137,48). Sum of RGB (Red+Green+Blue) = 58+137+48=243 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.87% from 243); Green value is 137 (53.91% from 255 or 56.38% from 243); Blue value is 48 (19.14% from 255 or 19.75% from 243); Max value from RGB is 137 - color contains mainly: green. Hex color #3A8930 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8930 is #C576CF. Grayscale: #676767. Windows color (decimal): -12941008 or 3180858. OLE color: 3180858.
HSL color Cylindrical-coordinate representation of color #3A8930: hue angle of 113.26º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3A8930 is Cyan = 0.58, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 137 | 48 | - |
| CMYK | 0.58 | 0 | 0.65 | 0.46 |
| HSL | 113.26º | 0.48% | 0.36% | - |
| HSV(B) | 113.26º | 0.65% | 0.54% | - |
| XYZ | 11.22 | 19 | 5.87 | - |
| YUV | 103.23 | 96.83 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 137 | 48 | 0.58 | 0 | 0.65 | 0.46 | 113.26 | 0.48 | 0.36 |
| Hex | 3A | 89 | 30 | 3A | 0 | 41 | 2E | 71 | 30 | 24 |
| Octal | 72 | 211 | 60 | 72 | 0 | 101 | 56 | 161 | 60 | 44 |
| Binary | 111010 | 10001001 | 110000 | 111010 | 0 | 1000001 | 101110 | 1110001 | 110000 | 100100 |
Color Harmonies of #3A8930
Complementary color
Monochromatic Colors of #3A8930
Black with #3A8930
Text Example
Text Example
White with #3A8930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8930; }
p { color: rgb(58,137,48); }
H1.HeaderClassName
{
color: #3A8930;
}
.AnyTagClassName
{
color: #3A8930;
}
</style>
background-color css
<style>
a { background-color: #3A8930; }
a { background-color: rgb(58,137,48); }
div.DivClassName
{
background-color: #3A8930;
}
.BgClassName
{
background-color: #3A8930;
}
</style>
border-color css
<style>
span { border-color: #3A8930; }
span { border-color: rgb(58,137,48); }
td.TdClassName
{
border-color: #3A8930;
}
.TagClassName
{
border-color: #3A8930;
}
</style>