Shades of La Palma #3A8A28
Tints of La Palma #3A8A28
RGB
CMYK
RGB Variations
Color information
#3A8A28 (or 0x3A8A28) is known color: La Palma. HEX triplet: 3A, 8A and 28. RGB value is (58,138,40). Sum of RGB (Red+Green+Blue) = 58+138+40=236 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.58% from 236); Green value is 138 (54.30% from 255 or 58.47% from 236); Blue value is 40 (16.02% from 255 or 16.95% from 236); Max value from RGB is 138 - color contains mainly: green. Hex color #3A8A28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8A28 is #C575D7. Grayscale: #676767. Windows color (decimal): -12940760 or 2656826. OLE color: 2656826.
HSL color Cylindrical-coordinate representation of color #3A8A28: hue angle of 108.98º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A8A28 is Cyan = 0.58, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 138 | 40 | - |
| CMYK | 0.58 | 0 | 0.71 | 0.46 |
| HSL | 108.98º | 0.55% | 0.35% | - |
| HSV(B) | 108.98º | 0.71% | 0.54% | - |
| XYZ | 11.22 | 19.23 | 5.13 | - |
| YUV | 102.91 | 92.5 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 138 | 40 | 0.58 | 0 | 0.71 | 0.46 | 108.98 | 0.55 | 0.35 |
| Hex | 3A | 8A | 28 | 3A | 0 | 47 | 2E | 6D | 37 | 23 |
| Octal | 72 | 212 | 50 | 72 | 0 | 107 | 56 | 155 | 67 | 43 |
| Binary | 111010 | 10001010 | 101000 | 111010 | 0 | 1000111 | 101110 | 1101101 | 110111 | 100011 |
Color Harmonies of #3A8A28
Complementary color
Monochromatic Colors of #3A8A28
Black with #3A8A28
Text Example
Text Example
White with #3A8A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8A28; }
p { color: rgb(58,138,40); }
H1.HeaderClassName
{
color: #3A8A28;
}
.AnyTagClassName
{
color: #3A8A28;
}
</style>
background-color css
<style>
a { background-color: #3A8A28; }
a { background-color: rgb(58,138,40); }
div.DivClassName
{
background-color: #3A8A28;
}
.BgClassName
{
background-color: #3A8A28;
}
</style>
border-color css
<style>
span { border-color: #3A8A28; }
span { border-color: rgb(58,138,40); }
td.TdClassName
{
border-color: #3A8A28;
}
.TagClassName
{
border-color: #3A8A28;
}
</style>