Shades of La Palma #3D9802
Tints of La Palma #3D9802
RGB
CMYK
RGB Variations
Color information
#3D9802 (or 0x3D9802) is known color: La Palma. HEX triplet: 3D, 98 and 02. RGB value is (61,152,2). Sum of RGB (Red+Green+Blue) = 61+152+2=215 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.37% from 215); Green value is 152 (59.77% from 255 or 70.70% from 215); Blue value is 2 (1.17% from 255 or 0.93% from 215); Max value from RGB is 152 - color contains mainly: green. Hex color #3D9802 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3D9802 is #C267FD. Grayscale: #6C6C6C. Windows color (decimal): -12740606 or 170045. OLE color: 170045.
HSL color Cylindrical-coordinate representation of color #3D9802: hue angle of 96.4º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3D9802 is Cyan = 0.60, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 61 | 152 | 2 | - |
| CMYK | 0.60 | 0 | 0.99 | 0.40 |
| HSL | 96.4º | 0.97% | 0.3% | - |
| HSV(B) | 96.4º | 0.99% | 0.6% | - |
| XYZ | 13.16 | 23.45 | 3.89 | - |
| YUV | 107.69 | 68.35 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 152 | 2 | 0.60 | 0 | 0.99 | 0.40 | 96.4 | 0.97 | 0.3 |
| Hex | 3D | 98 | 2 | 3C | 0 | 63 | 28 | 60 | 61 | 1E |
| Octal | 75 | 230 | 2 | 74 | 0 | 143 | 50 | 140 | 141 | 36 |
| Binary | 111101 | 10011000 | 10 | 111100 | 0 | 1100011 | 101000 | 1100000 | 1100001 | 11110 |
Color Harmonies of #3D9802
Complementary color
Monochromatic Colors of #3D9802
Black with #3D9802
Text Example
Text Example
White with #3D9802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D9802; }
p { color: rgb(61,152,2); }
H1.HeaderClassName
{
color: #3D9802;
}
.AnyTagClassName
{
color: #3D9802;
}
</style>
background-color css
<style>
a { background-color: #3D9802; }
a { background-color: rgb(61,152,2); }
div.DivClassName
{
background-color: #3D9802;
}
.BgClassName
{
background-color: #3D9802;
}
</style>
border-color css
<style>
span { border-color: #3D9802; }
span { border-color: rgb(61,152,2); }
td.TdClassName
{
border-color: #3D9802;
}
.TagClassName
{
border-color: #3D9802;
}
</style>