Shades of La Palma #3A8F2D
Tints of La Palma #3A8F2D
RGB
CMYK
RGB Variations
Color information
#3A8F2D (or 0x3A8F2D) is known color: La Palma. HEX triplet: 3A, 8F and 2D. RGB value is (58,143,45). Sum of RGB (Red+Green+Blue) = 58+143+45=246 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.58% from 246); Green value is 143 (56.25% from 255 or 58.13% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 143 - color contains mainly: green. Hex color #3A8F2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8F2D is #C570D2. Grayscale: #6A6A6A. Windows color (decimal): -12939475 or 2985786. OLE color: 2985786.
HSL color Cylindrical-coordinate representation of color #3A8F2D: hue angle of 112.04º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A8F2D is Cyan = 0.59, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 58 | 143 | 45 | - |
| CMYK | 0.59 | 0 | 0.69 | 0.44 |
| HSL | 112.04º | 0.52% | 0.37% | - |
| HSV(B) | 112.04º | 0.69% | 0.56% | - |
| XYZ | 12.04 | 20.73 | 5.85 | - |
| YUV | 106.41 | 93.34 | 93.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 143 | 45 | 0.59 | 0 | 0.69 | 0.44 | 112.04 | 0.52 | 0.37 |
| Hex | 3A | 8F | 2D | 3B | 0 | 45 | 2C | 70 | 34 | 25 |
| Octal | 72 | 217 | 55 | 73 | 0 | 105 | 54 | 160 | 64 | 45 |
| Binary | 111010 | 10001111 | 101101 | 111011 | 0 | 1000101 | 101100 | 1110000 | 110100 | 100101 |
Color Harmonies of #3A8F2D
Complementary color
Monochromatic Colors of #3A8F2D
Black with #3A8F2D
Text Example
Text Example
White with #3A8F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8F2D; }
p { color: rgb(58,143,45); }
H1.HeaderClassName
{
color: #3A8F2D;
}
.AnyTagClassName
{
color: #3A8F2D;
}
</style>
background-color css
<style>
a { background-color: #3A8F2D; }
a { background-color: rgb(58,143,45); }
div.DivClassName
{
background-color: #3A8F2D;
}
.BgClassName
{
background-color: #3A8F2D;
}
</style>
border-color css
<style>
span { border-color: #3A8F2D; }
span { border-color: rgb(58,143,45); }
td.TdClassName
{
border-color: #3A8F2D;
}
.TagClassName
{
border-color: #3A8F2D;
}
</style>