Shades of La Palma #3D8A1E
Tints of La Palma #3D8A1E
RGB
CMYK
RGB Variations
Color information
#3D8A1E (or 0x3D8A1E) is known color: La Palma. HEX triplet: 3D, 8A and 1E. RGB value is (61,138,30). Sum of RGB (Red+Green+Blue) = 61+138+30=229 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.64% from 229); Green value is 138 (54.30% from 255 or 60.26% from 229); Blue value is 30 (12.11% from 255 or 13.10% from 229); Max value from RGB is 138 - color contains mainly: green. Hex color #3D8A1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D8A1E is #C275E1. Grayscale: #676767. Windows color (decimal): -12744162 or 2001469. OLE color: 2001469.
HSL color Cylindrical-coordinate representation of color #3D8A1E: hue angle of 102.78º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3D8A1E is Cyan = 0.56, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 61 | 138 | 30 | - |
| CMYK | 0.56 | 0 | 0.78 | 0.46 |
| HSL | 102.78º | 0.64% | 0.33% | - |
| HSV(B) | 102.78º | 0.78% | 0.54% | - |
| XYZ | 11.25 | 19.26 | 4.35 | - |
| YUV | 102.67 | 86.99 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 138 | 30 | 0.56 | 0 | 0.78 | 0.46 | 102.78 | 0.64 | 0.33 |
| Hex | 3D | 8A | 1E | 38 | 0 | 4E | 2E | 67 | 40 | 21 |
| Octal | 75 | 212 | 36 | 70 | 0 | 116 | 56 | 147 | 100 | 41 |
| Binary | 111101 | 10001010 | 11110 | 111000 | 0 | 1001110 | 101110 | 1100111 | 1000000 | 100001 |
Color Harmonies of #3D8A1E
Complementary color
Monochromatic Colors of #3D8A1E
Black with #3D8A1E
Text Example
Text Example
White with #3D8A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8A1E; }
p { color: rgb(61,138,30); }
H1.HeaderClassName
{
color: #3D8A1E;
}
.AnyTagClassName
{
color: #3D8A1E;
}
</style>
background-color css
<style>
a { background-color: #3D8A1E; }
a { background-color: rgb(61,138,30); }
div.DivClassName
{
background-color: #3D8A1E;
}
.BgClassName
{
background-color: #3D8A1E;
}
</style>
border-color css
<style>
span { border-color: #3D8A1E; }
span { border-color: rgb(61,138,30); }
td.TdClassName
{
border-color: #3D8A1E;
}
.TagClassName
{
border-color: #3D8A1E;
}
</style>