Shades of La Palma #3D8A2B
Tints of La Palma #3D8A2B
RGB
CMYK
RGB Variations
Color information
#3D8A2B (or 0x3D8A2B) is known color: La Palma. HEX triplet: 3D, 8A and 2B. RGB value is (61,138,43). Sum of RGB (Red+Green+Blue) = 61+138+43=242 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.21% from 242); Green value is 138 (54.30% from 255 or 57.02% from 242); Blue value is 43 (17.19% from 255 or 17.77% from 242); Max value from RGB is 138 - color contains mainly: green. Hex color #3D8A2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D8A2B is #C275D4. Grayscale: #686868. Windows color (decimal): -12744149 or 2853437. OLE color: 2853437.
HSL color Cylindrical-coordinate representation of color #3D8A2B: hue angle of 108.63º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3D8A2B is Cyan = 0.56, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 61 | 138 | 43 | - |
| CMYK | 0.56 | 0 | 0.69 | 0.46 |
| HSL | 108.63º | 0.52% | 0.35% | - |
| HSV(B) | 108.63º | 0.69% | 0.54% | - |
| XYZ | 11.45 | 19.34 | 5.42 | - |
| YUV | 104.15 | 93.49 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 138 | 43 | 0.56 | 0 | 0.69 | 0.46 | 108.63 | 0.52 | 0.35 |
| Hex | 3D | 8A | 2B | 38 | 0 | 45 | 2E | 6D | 34 | 23 |
| Octal | 75 | 212 | 53 | 70 | 0 | 105 | 56 | 155 | 64 | 43 |
| Binary | 111101 | 10001010 | 101011 | 111000 | 0 | 1000101 | 101110 | 1101101 | 110100 | 100011 |
Color Harmonies of #3D8A2B
Complementary color
Monochromatic Colors of #3D8A2B
Black with #3D8A2B
Text Example
Text Example
White with #3D8A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8A2B; }
p { color: rgb(61,138,43); }
H1.HeaderClassName
{
color: #3D8A2B;
}
.AnyTagClassName
{
color: #3D8A2B;
}
</style>
background-color css
<style>
a { background-color: #3D8A2B; }
a { background-color: rgb(61,138,43); }
div.DivClassName
{
background-color: #3D8A2B;
}
.BgClassName
{
background-color: #3D8A2B;
}
</style>
border-color css
<style>
span { border-color: #3D8A2B; }
span { border-color: rgb(61,138,43); }
td.TdClassName
{
border-color: #3D8A2B;
}
.TagClassName
{
border-color: #3D8A2B;
}
</style>