Shades of Elf Green #1D8A66
Tints of Elf Green #1D8A66
RGB
CMYK
RGB Variations
Color information
#1D8A66 (or 0x1D8A66) is known color: Elf Green. HEX triplet: 1D, 8A and 66. RGB value is (29,138,102). Sum of RGB (Red+Green+Blue) = 29+138+102=269 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.78% from 269); Green value is 138 (54.30% from 255 or 51.30% from 269); Blue value is 102 (40.23% from 255 or 37.92% from 269); Max value from RGB is 138 - color contains mainly: green. Hex color #1D8A66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8A66 is #E27599. Grayscale: #656565. Windows color (decimal): -14841242 or 6720029. OLE color: 6720029.
HSL color Cylindrical-coordinate representation of color #1D8A66: hue angle of 160.18º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D8A66 is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 29 | 138 | 102 | - |
| CMYK | 0.79 | 0 | 0.26 | 0.46 |
| HSL | 160.18º | 0.65% | 0.33% | - |
| HSV(B) | 160.18º | 0.79% | 0.54% | - |
| XYZ | 11.99 | 19.4 | 15.68 | - |
| YUV | 101.31 | 128.39 | 76.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 138 | 102 | 0.79 | 0 | 0.26 | 0.46 | 160.18 | 0.65 | 0.33 |
| Hex | 1D | 8A | 66 | 4F | 0 | 1A | 2E | A0 | 41 | 21 |
| Octal | 35 | 212 | 146 | 117 | 0 | 32 | 56 | 240 | 101 | 41 |
| Binary | 11101 | 10001010 | 1100110 | 1001111 | 0 | 11010 | 101110 | 10100000 | 1000001 | 100001 |
Color Harmonies of #1D8A66
Complementary color
Monochromatic Colors of #1D8A66
Black with #1D8A66
Text Example
Text Example
White with #1D8A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8A66; }
p { color: rgb(29,138,102); }
H1.HeaderClassName
{
color: #1D8A66;
}
.AnyTagClassName
{
color: #1D8A66;
}
</style>
background-color css
<style>
a { background-color: #1D8A66; }
a { background-color: rgb(29,138,102); }
div.DivClassName
{
background-color: #1D8A66;
}
.BgClassName
{
background-color: #1D8A66;
}
</style>
border-color css
<style>
span { border-color: #1D8A66; }
span { border-color: rgb(29,138,102); }
td.TdClassName
{
border-color: #1D8A66;
}
.TagClassName
{
border-color: #1D8A66;
}
</style>