Shades of Elf Green #138B72
Tints of Elf Green #138B72
RGB
CMYK
RGB Variations
Color information
#138B72 (or 0x138B72) is known color: Elf Green. HEX triplet: 13, 8B and 72. RGB value is (19,139,114). Sum of RGB (Red+Green+Blue) = 19+139+114=272 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.99% from 272); Green value is 139 (54.69% from 255 or 51.10% from 272); Blue value is 114 (44.92% from 255 or 41.91% from 272); Max value from RGB is 139 - color contains mainly: green. Hex color #138B72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138B72 is #EC748D. Grayscale: #646464. Windows color (decimal): -15496334 or 7506707. OLE color: 7506707.
HSL color Cylindrical-coordinate representation of color #138B72: hue angle of 167.5º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138B72 is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 139 | 114 | - |
| CMYK | 0.86 | 0 | 0.18 | 0.45 |
| HSL | 167.5º | 0.76% | 0.31% | - |
| HSV(B) | 167.5º | 0.86% | 0.55% | - |
| XYZ | 12.54 | 19.82 | 19.08 | - |
| YUV | 100.27 | 135.74 | 70.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 139 | 114 | 0.86 | 0 | 0.18 | 0.45 | 167.5 | 0.76 | 0.31 |
| Hex | 13 | 8B | 72 | 56 | 0 | 12 | 2D | A8 | 4C | 1F |
| Octal | 23 | 213 | 162 | 126 | 0 | 22 | 55 | 250 | 114 | 37 |
| Binary | 10011 | 10001011 | 1110010 | 1010110 | 0 | 10010 | 101101 | 10101000 | 1001100 | 11111 |
Color Harmonies of #138B72
Complementary color
Monochromatic Colors of #138B72
Black with #138B72
Text Example
Text Example
White with #138B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138B72; }
p { color: rgb(19,139,114); }
H1.HeaderClassName
{
color: #138B72;
}
.AnyTagClassName
{
color: #138B72;
}
</style>
background-color css
<style>
a { background-color: #138B72; }
a { background-color: rgb(19,139,114); }
div.DivClassName
{
background-color: #138B72;
}
.BgClassName
{
background-color: #138B72;
}
</style>
border-color css
<style>
span { border-color: #138B72; }
span { border-color: rgb(19,139,114); }
td.TdClassName
{
border-color: #138B72;
}
.TagClassName
{
border-color: #138B72;
}
</style>