Shades of La Palma #3A8E2D
Tints of La Palma #3A8E2D
RGB
CMYK
RGB Variations
Color information
#3A8E2D (or 0x3A8E2D) is known color: La Palma. HEX triplet: 3A, 8E and 2D. RGB value is (58,142,45). Sum of RGB (Red+Green+Blue) = 58+142+45=245 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.67% from 245); Green value is 142 (55.86% from 255 or 57.96% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 142 - color contains mainly: green. Hex color #3A8E2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8E2D is #C571D2. Grayscale: #6A6A6A. Windows color (decimal): -12939731 or 2985530. OLE color: 2985530.
HSL color Cylindrical-coordinate representation of color #3A8E2D: hue angle of 111.96º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A8E2D is Cyan = 0.59, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 58 | 142 | 45 | - |
| CMYK | 0.59 | 0 | 0.68 | 0.44 |
| HSL | 111.96º | 0.52% | 0.37% | - |
| HSV(B) | 111.96º | 0.68% | 0.56% | - |
| XYZ | 11.89 | 20.44 | 5.8 | - |
| YUV | 105.83 | 93.67 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 142 | 45 | 0.59 | 0 | 0.68 | 0.44 | 111.96 | 0.52 | 0.37 |
| Hex | 3A | 8E | 2D | 3B | 0 | 44 | 2C | 70 | 34 | 25 |
| Octal | 72 | 216 | 55 | 73 | 0 | 104 | 54 | 160 | 64 | 45 |
| Binary | 111010 | 10001110 | 101101 | 111011 | 0 | 1000100 | 101100 | 1110000 | 110100 | 100101 |
Color Harmonies of #3A8E2D
Complementary color
Monochromatic Colors of #3A8E2D
Black with #3A8E2D
Text Example
Text Example
White with #3A8E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8E2D; }
p { color: rgb(58,142,45); }
H1.HeaderClassName
{
color: #3A8E2D;
}
.AnyTagClassName
{
color: #3A8E2D;
}
</style>
background-color css
<style>
a { background-color: #3A8E2D; }
a { background-color: rgb(58,142,45); }
div.DivClassName
{
background-color: #3A8E2D;
}
.BgClassName
{
background-color: #3A8E2D;
}
</style>
border-color css
<style>
span { border-color: #3A8E2D; }
span { border-color: rgb(58,142,45); }
td.TdClassName
{
border-color: #3A8E2D;
}
.TagClassName
{
border-color: #3A8E2D;
}
</style>