Shades of La Palma #3BA01E
Tints of La Palma #3BA01E
RGB
CMYK
RGB Variations
Color information
#3BA01E (or 0x3BA01E) is known color: La Palma. HEX triplet: 3B, A0 and 1E. RGB value is (59,160,30). Sum of RGB (Red+Green+Blue) = 59+160+30=249 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.69% from 249); Green value is 160 (62.89% from 255 or 64.26% from 249); Blue value is 30 (12.11% from 255 or 12.05% from 249); Max value from RGB is 160 - color contains mainly: green. Hex color #3BA01E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BA01E is #C45FE1. Grayscale: #737373. Windows color (decimal): -12869602 or 2007099. OLE color: 2007099.
HSL color Cylindrical-coordinate representation of color #3BA01E: hue angle of 106.62º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3BA01E is Cyan = 0.63, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 59 | 160 | 30 | - |
| CMYK | 0.63 | 0 | 0.81 | 0.37 |
| HSL | 106.62º | 0.68% | 0.37% | - |
| HSV(B) | 106.62º | 0.81% | 0.63% | - |
| XYZ | 14.61 | 26.17 | 5.51 | - |
| YUV | 114.98 | 80.04 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 160 | 30 | 0.63 | 0 | 0.81 | 0.37 | 106.62 | 0.68 | 0.37 |
| Hex | 3B | A0 | 1E | 3F | 0 | 51 | 25 | 6B | 44 | 25 |
| Octal | 73 | 240 | 36 | 77 | 0 | 121 | 45 | 153 | 104 | 45 |
| Binary | 111011 | 10100000 | 11110 | 111111 | 0 | 1010001 | 100101 | 1101011 | 1000100 | 100101 |
Color Harmonies of #3BA01E
Complementary color
Monochromatic Colors of #3BA01E
Black with #3BA01E
Text Example
Text Example
White with #3BA01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA01E; }
p { color: rgb(59,160,30); }
H1.HeaderClassName
{
color: #3BA01E;
}
.AnyTagClassName
{
color: #3BA01E;
}
</style>
background-color css
<style>
a { background-color: #3BA01E; }
a { background-color: rgb(59,160,30); }
div.DivClassName
{
background-color: #3BA01E;
}
.BgClassName
{
background-color: #3BA01E;
}
</style>
border-color css
<style>
span { border-color: #3BA01E; }
span { border-color: rgb(59,160,30); }
td.TdClassName
{
border-color: #3BA01E;
}
.TagClassName
{
border-color: #3BA01E;
}
</style>