Shades of La Palma #3BA01D
Tints of La Palma #3BA01D
RGB
CMYK
RGB Variations
Color information
#3BA01D (or 0x3BA01D) is known color: La Palma. HEX triplet: 3B, A0 and 1D. RGB value is (59,160,29). Sum of RGB (Red+Green+Blue) = 59+160+29=248 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.79% from 248); Green value is 160 (62.89% from 255 or 64.52% from 248); Blue value is 29 (11.72% from 255 or 11.69% from 248); Max value from RGB is 160 - color contains mainly: green. Hex color #3BA01D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BA01D is #C45FE2. Grayscale: #737373. Windows color (decimal): -12869603 or 1941563. OLE color: 1941563.
HSL color Cylindrical-coordinate representation of color #3BA01D: hue angle of 106.26º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3BA01D is Cyan = 0.63, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 59 | 160 | 29 | - |
| CMYK | 0.63 | 0 | 0.82 | 0.37 |
| HSL | 106.26º | 0.69% | 0.37% | - |
| HSV(B) | 106.26º | 0.82% | 0.63% | - |
| XYZ | 14.6 | 26.16 | 5.44 | - |
| YUV | 114.87 | 79.54 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 160 | 29 | 0.63 | 0 | 0.82 | 0.37 | 106.26 | 0.69 | 0.37 |
| Hex | 3B | A0 | 1D | 3F | 0 | 52 | 25 | 6A | 45 | 25 |
| Octal | 73 | 240 | 35 | 77 | 0 | 122 | 45 | 152 | 105 | 45 |
| Binary | 111011 | 10100000 | 11101 | 111111 | 0 | 1010010 | 100101 | 1101010 | 1000101 | 100101 |
Color Harmonies of #3BA01D
Complementary color
Monochromatic Colors of #3BA01D
Black with #3BA01D
Text Example
Text Example
White with #3BA01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA01D; }
p { color: rgb(59,160,29); }
H1.HeaderClassName
{
color: #3BA01D;
}
.AnyTagClassName
{
color: #3BA01D;
}
</style>
background-color css
<style>
a { background-color: #3BA01D; }
a { background-color: rgb(59,160,29); }
div.DivClassName
{
background-color: #3BA01D;
}
.BgClassName
{
background-color: #3BA01D;
}
</style>
border-color css
<style>
span { border-color: #3BA01D; }
span { border-color: rgb(59,160,29); }
td.TdClassName
{
border-color: #3BA01D;
}
.TagClassName
{
border-color: #3BA01D;
}
</style>