Shades of Elf Green #1D997B
Tints of Elf Green #1D997B
RGB
CMYK
RGB Variations
Color information
#1D997B (or 0x1D997B) is known color: Elf Green. HEX triplet: 1D, 99 and 7B. RGB value is (29,153,123). Sum of RGB (Red+Green+Blue) = 29+153+123=305 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.51% from 305); Green value is 153 (60.16% from 255 or 50.16% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 153 - color contains mainly: green. Hex color #1D997B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D997B is #E26684. Grayscale: #707070. Windows color (decimal): -14837381 or 8100125. OLE color: 8100125.
HSL color Cylindrical-coordinate representation of color #1D997B: hue angle of 165.48º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D997B is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 29 | 153 | 123 | - |
| CMYK | 0.81 | 0 | 0.20 | 0.4 |
| HSL | 165.48º | 0.68% | 0.36% | - |
| HSV(B) | 165.48º | 0.81% | 0.6% | - |
| XYZ | 15.47 | 24.47 | 22.65 | - |
| YUV | 112.5 | 133.92 | 68.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 153 | 123 | 0.81 | 0 | 0.20 | 0.4 | 165.48 | 0.68 | 0.36 |
| Hex | 1D | 99 | 7B | 51 | 0 | 14 | 28 | A5 | 44 | 24 |
| Octal | 35 | 231 | 173 | 121 | 0 | 24 | 50 | 245 | 104 | 44 |
| Binary | 11101 | 10011001 | 1111011 | 1010001 | 0 | 10100 | 101000 | 10100101 | 1000100 | 100100 |
Color Harmonies of #1D997B
Complementary color
Monochromatic Colors of #1D997B
Black with #1D997B
Text Example
Text Example
White with #1D997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D997B; }
p { color: rgb(29,153,123); }
H1.HeaderClassName
{
color: #1D997B;
}
.AnyTagClassName
{
color: #1D997B;
}
</style>
background-color css
<style>
a { background-color: #1D997B; }
a { background-color: rgb(29,153,123); }
div.DivClassName
{
background-color: #1D997B;
}
.BgClassName
{
background-color: #1D997B;
}
</style>
border-color css
<style>
span { border-color: #1D997B; }
span { border-color: rgb(29,153,123); }
td.TdClassName
{
border-color: #1D997B;
}
.TagClassName
{
border-color: #1D997B;
}
</style>