Shades of Elf Green #13927B
Tints of Elf Green #13927B
RGB
CMYK
RGB Variations
Color information
#13927B (or 0x13927B) is known color: Elf Green. HEX triplet: 13, 92 and 7B. RGB value is (19,146,123). Sum of RGB (Red+Green+Blue) = 19+146+123=288 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.60% from 288); Green value is 146 (57.42% from 255 or 50.69% from 288); Blue value is 123 (48.44% from 255 or 42.71% from 288); Max value from RGB is 146 - color contains mainly: green. Hex color #13927B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13927B is #EC6D84. Grayscale: #696969. Windows color (decimal): -15494533 or 8098323. OLE color: 8098323.
HSL color Cylindrical-coordinate representation of color #13927B: hue angle of 169.13º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13927B is Cyan = 0.87, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 146 | 123 | - |
| CMYK | 0.87 | 0 | 0.16 | 0.43 |
| HSL | 169.13º | 0.77% | 0.32% | - |
| HSV(B) | 169.13º | 0.87% | 0.57% | - |
| XYZ | 14.12 | 22.13 | 22.27 | - |
| YUV | 105.41 | 137.92 | 66.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 146 | 123 | 0.87 | 0 | 0.16 | 0.43 | 169.13 | 0.77 | 0.32 |
| Hex | 13 | 92 | 7B | 57 | 0 | 10 | 2B | A9 | 4D | 20 |
| Octal | 23 | 222 | 173 | 127 | 0 | 20 | 53 | 251 | 115 | 40 |
| Binary | 10011 | 10010010 | 1111011 | 1010111 | 0 | 10000 | 101011 | 10101001 | 1001101 | 100000 |
Color Harmonies of #13927B
Complementary color
Monochromatic Colors of #13927B
Black with #13927B
Text Example
Text Example
White with #13927B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13927B; }
p { color: rgb(19,146,123); }
H1.HeaderClassName
{
color: #13927B;
}
.AnyTagClassName
{
color: #13927B;
}
</style>
background-color css
<style>
a { background-color: #13927B; }
a { background-color: rgb(19,146,123); }
div.DivClassName
{
background-color: #13927B;
}
.BgClassName
{
background-color: #13927B;
}
</style>
border-color css
<style>
span { border-color: #13927B; }
span { border-color: rgb(19,146,123); }
td.TdClassName
{
border-color: #13927B;
}
.TagClassName
{
border-color: #13927B;
}
</style>