Shades of La Palma #3BA02C
Tints of La Palma #3BA02C
RGB
CMYK
RGB Variations
Color information
#3BA02C (or 0x3BA02C) is known color: La Palma. HEX triplet: 3B, A0 and 2C. RGB value is (59,160,44). Sum of RGB (Red+Green+Blue) = 59+160+44=263 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.43% from 263); Green value is 160 (62.89% from 255 or 60.84% from 263); Blue value is 44 (17.58% from 255 or 16.73% from 263); Max value from RGB is 160 - color contains mainly: green. Hex color #3BA02C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BA02C is #C45FD3. Grayscale: #747474. Windows color (decimal): -12869588 or 2924603. OLE color: 2924603.
HSL color Cylindrical-coordinate representation of color #3BA02C: hue angle of 112.24º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BA02C is Cyan = 0.63, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 59 | 160 | 44 | - |
| CMYK | 0.63 | 0 | 0.72 | 0.37 |
| HSL | 112.24º | 0.57% | 0.4% | - |
| HSV(B) | 112.24º | 0.73% | 0.63% | - |
| XYZ | 14.83 | 26.25 | 6.67 | - |
| YUV | 116.58 | 87.04 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 160 | 44 | 0.63 | 0 | 0.72 | 0.37 | 112.24 | 0.57 | 0.4 |
| Hex | 3B | A0 | 2C | 3F | 0 | 48 | 25 | 70 | 39 | 28 |
| Octal | 73 | 240 | 54 | 77 | 0 | 110 | 45 | 160 | 71 | 50 |
| Binary | 111011 | 10100000 | 101100 | 111111 | 0 | 1001000 | 100101 | 1110000 | 111001 | 101000 |
Color Harmonies of #3BA02C
Complementary color
Monochromatic Colors of #3BA02C
Black with #3BA02C
Text Example
Text Example
White with #3BA02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA02C; }
p { color: rgb(59,160,44); }
H1.HeaderClassName
{
color: #3BA02C;
}
.AnyTagClassName
{
color: #3BA02C;
}
</style>
background-color css
<style>
a { background-color: #3BA02C; }
a { background-color: rgb(59,160,44); }
div.DivClassName
{
background-color: #3BA02C;
}
.BgClassName
{
background-color: #3BA02C;
}
</style>
border-color css
<style>
span { border-color: #3BA02C; }
span { border-color: rgb(59,160,44); }
td.TdClassName
{
border-color: #3BA02C;
}
.TagClassName
{
border-color: #3BA02C;
}
</style>