Shades of La Palma #3DA01D
Tints of La Palma #3DA01D
RGB
CMYK
RGB Variations
Color information
#3DA01D (or 0x3DA01D) is known color: La Palma. HEX triplet: 3D, A0 and 1D. RGB value is (61,160,29). Sum of RGB (Red+Green+Blue) = 61+160+29=250 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.4% from 250); Green value is 160 (62.89% from 255 or 64% from 250); Blue value is 29 (11.72% from 255 or 11.6% from 250); Max value from RGB is 160 - color contains mainly: green. Hex color #3DA01D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DA01D is #C25FE2. Grayscale: #737373. Windows color (decimal): -12738531 or 1941565. OLE color: 1941565.
HSL color Cylindrical-coordinate representation of color #3DA01D: hue angle of 105.34º 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 #3DA01D is Cyan = 0.62, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 61 | 160 | 29 | - |
| CMYK | 0.62 | 0 | 0.82 | 0.37 |
| HSL | 105.34º | 0.69% | 0.37% | - |
| HSV(B) | 105.34º | 0.82% | 0.63% | - |
| XYZ | 14.72 | 26.22 | 5.45 | - |
| YUV | 115.47 | 79.2 | 89.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 160 | 29 | 0.62 | 0 | 0.82 | 0.37 | 105.34 | 0.69 | 0.37 |
| Hex | 3D | A0 | 1D | 3E | 0 | 52 | 25 | 69 | 45 | 25 |
| Octal | 75 | 240 | 35 | 76 | 0 | 122 | 45 | 151 | 105 | 45 |
| Binary | 111101 | 10100000 | 11101 | 111110 | 0 | 1010010 | 100101 | 1101001 | 1000101 | 100101 |
Color Harmonies of #3DA01D
Complementary color
Monochromatic Colors of #3DA01D
Black with #3DA01D
Text Example
Text Example
White with #3DA01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA01D; }
p { color: rgb(61,160,29); }
H1.HeaderClassName
{
color: #3DA01D;
}
.AnyTagClassName
{
color: #3DA01D;
}
</style>
background-color css
<style>
a { background-color: #3DA01D; }
a { background-color: rgb(61,160,29); }
div.DivClassName
{
background-color: #3DA01D;
}
.BgClassName
{
background-color: #3DA01D;
}
</style>
border-color css
<style>
span { border-color: #3DA01D; }
span { border-color: rgb(61,160,29); }
td.TdClassName
{
border-color: #3DA01D;
}
.TagClassName
{
border-color: #3DA01D;
}
</style>