Shades of Elf Green #13935F
Tints of Elf Green #13935F
RGB
CMYK
RGB Variations
Color information
#13935F (or 0x13935F) is known color: Elf Green. HEX triplet: 13, 93 and 5F. RGB value is (19,147,95). Sum of RGB (Red+Green+Blue) = 19+147+95=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 147 (57.81% from 255 or 56.32% from 261); Blue value is 95 (37.5% from 255 or 36.40% from 261); Max value from RGB is 147 - color contains mainly: green. Hex color #13935F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13935F is #EC6CA0. Grayscale: #666666. Windows color (decimal): -15494305 or 6263571. OLE color: 6263571.
HSL color Cylindrical-coordinate representation of color #13935F: hue angle of 155.62º 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 #13935F is Cyan = 0.87, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 147 | 95 | - |
| CMYK | 0.87 | 0 | 0.35 | 0.42 |
| HSL | 155.63º | 0.77% | 0.33% | - |
| HSV(B) | 155.63º | 0.87% | 0.58% | - |
| XYZ | 12.77 | 21.83 | 14.37 | - |
| YUV | 102.8 | 123.59 | 68.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 147 | 95 | 0.87 | 0 | 0.35 | 0.42 | 155.63 | 0.77 | 0.33 |
| Hex | 13 | 93 | 5F | 57 | 0 | 23 | 2A | 9C | 4D | 21 |
| Octal | 23 | 223 | 137 | 127 | 0 | 43 | 52 | 234 | 115 | 41 |
| Binary | 10011 | 10010011 | 1011111 | 1010111 | 0 | 100011 | 101010 | 10011100 | 1001101 | 100001 |
Color Harmonies of #13935F
Complementary color
Monochromatic Colors of #13935F
Black with #13935F
Text Example
Text Example
White with #13935F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13935F; }
p { color: rgb(19,147,95); }
H1.HeaderClassName
{
color: #13935F;
}
.AnyTagClassName
{
color: #13935F;
}
</style>
background-color css
<style>
a { background-color: #13935F; }
a { background-color: rgb(19,147,95); }
div.DivClassName
{
background-color: #13935F;
}
.BgClassName
{
background-color: #13935F;
}
</style>
border-color css
<style>
span { border-color: #13935F; }
span { border-color: rgb(19,147,95); }
td.TdClassName
{
border-color: #13935F;
}
.TagClassName
{
border-color: #13935F;
}
</style>