Shades of Elf Green #13946D
Tints of Elf Green #13946D
RGB
CMYK
RGB Variations
Color information
#13946D (or 0x13946D) is known color: Elf Green. HEX triplet: 13, 94 and 6D. RGB value is (19,148,109). Sum of RGB (Red+Green+Blue) = 19+148+109=276 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.88% from 276); Green value is 148 (58.20% from 255 or 53.62% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 148 - color contains mainly: green. Hex color #13946D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13946D is #EC6B92. Grayscale: #696969. Windows color (decimal): -15494035 or 7181331. OLE color: 7181331.
HSL color Cylindrical-coordinate representation of color #13946D: hue angle of 161.86º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13946D is Cyan = 0.87, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 148 | 109 | - |
| CMYK | 0.87 | 0 | 0.26 | 0.42 |
| HSL | 161.86º | 0.77% | 0.33% | - |
| HSV(B) | 161.86º | 0.87% | 0.58% | - |
| XYZ | 13.62 | 22.42 | 18.08 | - |
| YUV | 104.98 | 130.26 | 66.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 148 | 109 | 0.87 | 0 | 0.26 | 0.42 | 161.86 | 0.77 | 0.33 |
| Hex | 13 | 94 | 6D | 57 | 0 | 1A | 2A | A2 | 4D | 21 |
| Octal | 23 | 224 | 155 | 127 | 0 | 32 | 52 | 242 | 115 | 41 |
| Binary | 10011 | 10010100 | 1101101 | 1010111 | 0 | 11010 | 101010 | 10100010 | 1001101 | 100001 |
Color Harmonies of #13946D
Complementary color
Monochromatic Colors of #13946D
Black with #13946D
Text Example
Text Example
White with #13946D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13946D; }
p { color: rgb(19,148,109); }
H1.HeaderClassName
{
color: #13946D;
}
.AnyTagClassName
{
color: #13946D;
}
</style>
background-color css
<style>
a { background-color: #13946D; }
a { background-color: rgb(19,148,109); }
div.DivClassName
{
background-color: #13946D;
}
.BgClassName
{
background-color: #13946D;
}
</style>
border-color css
<style>
span { border-color: #13946D; }
span { border-color: rgb(19,148,109); }
td.TdClassName
{
border-color: #13946D;
}
.TagClassName
{
border-color: #13946D;
}
</style>