Shades of La Palma #3A8C2B
Tints of La Palma #3A8C2B
RGB
CMYK
RGB Variations
Color information
#3A8C2B (or 0x3A8C2B) is known color: La Palma. HEX triplet: 3A, 8C and 2B. RGB value is (58,140,43). Sum of RGB (Red+Green+Blue) = 58+140+43=241 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.07% from 241); Green value is 140 (55.08% from 255 or 58.09% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 140 - color contains mainly: green. Hex color #3A8C2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8C2B is #C573D4. Grayscale: #686868. Windows color (decimal): -12940245 or 2853946. OLE color: 2853946.
HSL color Cylindrical-coordinate representation of color #3A8C2B: hue angle of 110.72º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A8C2B is Cyan = 0.59, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 140 | 43 | - |
| CMYK | 0.59 | 0 | 0.69 | 0.45 |
| HSL | 110.72º | 0.53% | 0.36% | - |
| HSV(B) | 110.72º | 0.69% | 0.55% | - |
| XYZ | 11.56 | 19.83 | 5.5 | - |
| YUV | 104.42 | 93.33 | 94.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 140 | 43 | 0.59 | 0 | 0.69 | 0.45 | 110.72 | 0.53 | 0.36 |
| Hex | 3A | 8C | 2B | 3B | 0 | 45 | 2D | 6F | 35 | 24 |
| Octal | 72 | 214 | 53 | 73 | 0 | 105 | 55 | 157 | 65 | 44 |
| Binary | 111010 | 10001100 | 101011 | 111011 | 0 | 1000101 | 101101 | 1101111 | 110101 | 100100 |
Color Harmonies of #3A8C2B
Complementary color
Monochromatic Colors of #3A8C2B
Black with #3A8C2B
Text Example
Text Example
White with #3A8C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8C2B; }
p { color: rgb(58,140,43); }
H1.HeaderClassName
{
color: #3A8C2B;
}
.AnyTagClassName
{
color: #3A8C2B;
}
</style>
background-color css
<style>
a { background-color: #3A8C2B; }
a { background-color: rgb(58,140,43); }
div.DivClassName
{
background-color: #3A8C2B;
}
.BgClassName
{
background-color: #3A8C2B;
}
</style>
border-color css
<style>
span { border-color: #3A8C2B; }
span { border-color: rgb(58,140,43); }
td.TdClassName
{
border-color: #3A8C2B;
}
.TagClassName
{
border-color: #3A8C2B;
}
</style>