Shades of La Palma #3DA82A
Tints of La Palma #3DA82A
RGB
CMYK
RGB Variations
Color information
#3DA82A (or 0x3DA82A) is known color: La Palma. HEX triplet: 3D, A8 and 2A. RGB value is (61,168,42). Sum of RGB (Red+Green+Blue) = 61+168+42=271 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.51% from 271); Green value is 168 (66.02% from 255 or 61.99% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 168 - color contains mainly: green. Hex color #3DA82A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DA82A is #C257D5. Grayscale: #7A7A7A. Windows color (decimal): -12736470 or 2795581. OLE color: 2795581.
HSL color Cylindrical-coordinate representation of color #3DA82A: hue angle of 110.95º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DA82A is Cyan = 0.64, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 61 | 168 | 42 | - |
| CMYK | 0.64 | 0 | 0.75 | 0.34 |
| HSL | 110.95º | 0.6% | 0.41% | - |
| HSV(B) | 110.95º | 0.75% | 0.66% | - |
| XYZ | 16.35 | 29.16 | 6.96 | - |
| YUV | 121.64 | 83.05 | 84.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 168 | 42 | 0.64 | 0 | 0.75 | 0.34 | 110.95 | 0.6 | 0.41 |
| Hex | 3D | A8 | 2A | 40 | 0 | 4B | 22 | 6F | 3C | 29 |
| Octal | 75 | 250 | 52 | 100 | 0 | 113 | 42 | 157 | 74 | 51 |
| Binary | 111101 | 10101000 | 101010 | 1000000 | 0 | 1001011 | 100010 | 1101111 | 111100 | 101001 |
Color Harmonies of #3DA82A
Complementary color
Monochromatic Colors of #3DA82A
Black with #3DA82A
Text Example
Text Example
White with #3DA82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA82A; }
p { color: rgb(61,168,42); }
H1.HeaderClassName
{
color: #3DA82A;
}
.AnyTagClassName
{
color: #3DA82A;
}
</style>
background-color css
<style>
a { background-color: #3DA82A; }
a { background-color: rgb(61,168,42); }
div.DivClassName
{
background-color: #3DA82A;
}
.BgClassName
{
background-color: #3DA82A;
}
</style>
border-color css
<style>
span { border-color: #3DA82A; }
span { border-color: rgb(61,168,42); }
td.TdClassName
{
border-color: #3DA82A;
}
.TagClassName
{
border-color: #3DA82A;
}
</style>