Shades of La Palma #3AA31D
Tints of La Palma #3AA31D
RGB
CMYK
RGB Variations
Color information
#3AA31D (or 0x3AA31D) is known color: La Palma. HEX triplet: 3A, A3 and 1D. RGB value is (58,163,29). Sum of RGB (Red+Green+Blue) = 58+163+29=250 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.2% from 250); Green value is 163 (64.06% from 255 or 65.2% from 250); Blue value is 29 (11.72% from 255 or 11.6% from 250); Max value from RGB is 163 - color contains mainly: green. Hex color #3AA31D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AA31D is #C55CE2. Grayscale: #747474. Windows color (decimal): -12934371 or 1942330. OLE color: 1942330.
HSL color Cylindrical-coordinate representation of color #3AA31D: hue angle of 107.01º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3AA31D is Cyan = 0.64, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 58 | 163 | 29 | - |
| CMYK | 0.64 | 0 | 0.82 | 0.36 |
| HSL | 107.01º | 0.7% | 0.38% | - |
| HSV(B) | 107.01º | 0.82% | 0.64% | - |
| XYZ | 15.06 | 27.18 | 5.62 | - |
| YUV | 116.33 | 78.71 | 86.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 163 | 29 | 0.64 | 0 | 0.82 | 0.36 | 107.01 | 0.7 | 0.38 |
| Hex | 3A | A3 | 1D | 40 | 0 | 52 | 24 | 6B | 46 | 26 |
| Octal | 72 | 243 | 35 | 100 | 0 | 122 | 44 | 153 | 106 | 46 |
| Binary | 111010 | 10100011 | 11101 | 1000000 | 0 | 1010010 | 100100 | 1101011 | 1000110 | 100110 |
Color Harmonies of #3AA31D
Complementary color
Monochromatic Colors of #3AA31D
Black with #3AA31D
Text Example
Text Example
White with #3AA31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA31D; }
p { color: rgb(58,163,29); }
H1.HeaderClassName
{
color: #3AA31D;
}
.AnyTagClassName
{
color: #3AA31D;
}
</style>
background-color css
<style>
a { background-color: #3AA31D; }
a { background-color: rgb(58,163,29); }
div.DivClassName
{
background-color: #3AA31D;
}
.BgClassName
{
background-color: #3AA31D;
}
</style>
border-color css
<style>
span { border-color: #3AA31D; }
span { border-color: rgb(58,163,29); }
td.TdClassName
{
border-color: #3AA31D;
}
.TagClassName
{
border-color: #3AA31D;
}
</style>