Shades of La Palma #31980D
Tints of La Palma #31980D
RGB
CMYK
RGB Variations
Color information
#31980D (or 0x31980D) is known color: La Palma. HEX triplet: 31, 98 and 0D. RGB value is (49,152,13). Sum of RGB (Red+Green+Blue) = 49+152+13=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 152 (59.77% from 255 or 71.03% from 214); Blue value is 13 (5.47% from 255 or 6.07% from 214); Max value from RGB is 152 - color contains mainly: green. Hex color #31980D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31980D is #CE67F2. Grayscale: #696969. Windows color (decimal): -13527027 or 890929. OLE color: 890929.
HSL color Cylindrical-coordinate representation of color #31980D: hue angle of 104.46º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #31980D is Cyan = 0.68, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 49 | 152 | 13 | - |
| CMYK | 0.68 | 0 | 0.91 | 0.40 |
| HSL | 104.46º | 0.84% | 0.32% | - |
| HSV(B) | 104.46º | 0.91% | 0.6% | - |
| XYZ | 12.57 | 23.14 | 4.18 | - |
| YUV | 105.36 | 75.88 | 87.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 152 | 13 | 0.68 | 0 | 0.91 | 0.40 | 104.46 | 0.84 | 0.32 |
| Hex | 31 | 98 | D | 44 | 0 | 5B | 28 | 68 | 54 | 20 |
| Octal | 61 | 230 | 15 | 104 | 0 | 133 | 50 | 150 | 124 | 40 |
| Binary | 110001 | 10011000 | 1101 | 1000100 | 0 | 1011011 | 101000 | 1101000 | 1010100 | 100000 |
Color Harmonies of #31980D
Complementary color
Monochromatic Colors of #31980D
Black with #31980D
Text Example
Text Example
White with #31980D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31980D; }
p { color: rgb(49,152,13); }
H1.HeaderClassName
{
color: #31980D;
}
.AnyTagClassName
{
color: #31980D;
}
</style>
background-color css
<style>
a { background-color: #31980D; }
a { background-color: rgb(49,152,13); }
div.DivClassName
{
background-color: #31980D;
}
.BgClassName
{
background-color: #31980D;
}
</style>
border-color css
<style>
span { border-color: #31980D; }
span { border-color: rgb(49,152,13); }
td.TdClassName
{
border-color: #31980D;
}
.TagClassName
{
border-color: #31980D;
}
</style>