Shades of La Palma #3DA228
Tints of La Palma #3DA228
RGB
CMYK
RGB Variations
Color information
#3DA228 (or 0x3DA228) is known color: La Palma. HEX triplet: 3D, A2 and 28. RGB value is (61,162,40). Sum of RGB (Red+Green+Blue) = 61+162+40=263 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.19% from 263); Green value is 162 (63.67% from 255 or 61.60% from 263); Blue value is 40 (16.02% from 255 or 15.21% from 263); Max value from RGB is 162 - color contains mainly: green. Hex color #3DA228 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DA228 is #C25DD7. Grayscale: #767676. Windows color (decimal): -12738008 or 2662973. OLE color: 2662973.
HSL color Cylindrical-coordinate representation of color #3DA228: hue angle of 109.67º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DA228 is Cyan = 0.62, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 61 | 162 | 40 | - |
| CMYK | 0.62 | 0 | 0.75 | 0.36 |
| HSL | 109.67º | 0.6% | 0.4% | - |
| HSV(B) | 109.67º | 0.75% | 0.64% | - |
| XYZ | 15.23 | 26.99 | 6.41 | - |
| YUV | 117.89 | 84.04 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 162 | 40 | 0.62 | 0 | 0.75 | 0.36 | 109.67 | 0.6 | 0.4 |
| Hex | 3D | A2 | 28 | 3E | 0 | 4B | 24 | 6E | 3C | 28 |
| Octal | 75 | 242 | 50 | 76 | 0 | 113 | 44 | 156 | 74 | 50 |
| Binary | 111101 | 10100010 | 101000 | 111110 | 0 | 1001011 | 100100 | 1101110 | 111100 | 101000 |
Color Harmonies of #3DA228
Complementary color
Monochromatic Colors of #3DA228
Black with #3DA228
Text Example
Text Example
White with #3DA228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA228; }
p { color: rgb(61,162,40); }
H1.HeaderClassName
{
color: #3DA228;
}
.AnyTagClassName
{
color: #3DA228;
}
</style>
background-color css
<style>
a { background-color: #3DA228; }
a { background-color: rgb(61,162,40); }
div.DivClassName
{
background-color: #3DA228;
}
.BgClassName
{
background-color: #3DA228;
}
</style>
border-color css
<style>
span { border-color: #3DA228; }
span { border-color: rgb(61,162,40); }
td.TdClassName
{
border-color: #3DA228;
}
.TagClassName
{
border-color: #3DA228;
}
</style>