Shades of Elf Green #1D8F7B
Tints of Elf Green #1D8F7B
RGB
CMYK
RGB Variations
Color information
#1D8F7B (or 0x1D8F7B) is known color: Elf Green. HEX triplet: 1D, 8F and 7B. RGB value is (29,143,123). Sum of RGB (Red+Green+Blue) = 29+143+123=295 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.83% from 295); Green value is 143 (56.25% from 255 or 48.47% from 295); Blue value is 123 (48.44% from 255 or 41.69% from 295); Max value from RGB is 143 - color contains mainly: green. Hex color #1D8F7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8F7B is #E27084. Grayscale: #6A6A6A. Windows color (decimal): -14839941 or 8097565. OLE color: 8097565.
HSL color Cylindrical-coordinate representation of color #1D8F7B: hue angle of 169.47º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D8F7B is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 29 | 143 | 123 | - |
| CMYK | 0.80 | 0 | 0.14 | 0.44 |
| HSL | 169.47º | 0.66% | 0.34% | - |
| HSV(B) | 169.47º | 0.8% | 0.56% | - |
| XYZ | 13.9 | 21.34 | 22.12 | - |
| YUV | 106.63 | 137.23 | 72.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 143 | 123 | 0.80 | 0 | 0.14 | 0.44 | 169.47 | 0.66 | 0.34 |
| Hex | 1D | 8F | 7B | 50 | 0 | E | 2C | A9 | 42 | 22 |
| Octal | 35 | 217 | 173 | 120 | 0 | 16 | 54 | 251 | 102 | 42 |
| Binary | 11101 | 10001111 | 1111011 | 1010000 | 0 | 1110 | 101100 | 10101001 | 1000010 | 100010 |
Color Harmonies of #1D8F7B
Complementary color
Monochromatic Colors of #1D8F7B
Black with #1D8F7B
Text Example
Text Example
White with #1D8F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8F7B; }
p { color: rgb(29,143,123); }
H1.HeaderClassName
{
color: #1D8F7B;
}
.AnyTagClassName
{
color: #1D8F7B;
}
</style>
background-color css
<style>
a { background-color: #1D8F7B; }
a { background-color: rgb(29,143,123); }
div.DivClassName
{
background-color: #1D8F7B;
}
.BgClassName
{
background-color: #1D8F7B;
}
</style>
border-color css
<style>
span { border-color: #1D8F7B; }
span { border-color: rgb(29,143,123); }
td.TdClassName
{
border-color: #1D8F7B;
}
.TagClassName
{
border-color: #1D8F7B;
}
</style>