Shades of Elf Green #1D895B
Tints of Elf Green #1D895B
RGB
CMYK
RGB Variations
Color information
#1D895B (or 0x1D895B) is known color: Elf Green. HEX triplet: 1D, 89 and 5B. RGB value is (29,137,91). Sum of RGB (Red+Green+Blue) = 29+137+91=257 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.28% from 257); Green value is 137 (53.91% from 255 or 53.31% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 137 - color contains mainly: green. Hex color #1D895B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D895B is #E276A4. Grayscale: #636363. Windows color (decimal): -14841509 or 5998877. OLE color: 5998877.
HSL color Cylindrical-coordinate representation of color #1D895B: hue angle of 154.44º 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 #1D895B is Cyan = 0.79, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 29 | 137 | 91 | - |
| CMYK | 0.79 | 0 | 0.34 | 0.46 |
| HSL | 154.44º | 0.65% | 0.33% | - |
| HSV(B) | 154.44º | 0.79% | 0.54% | - |
| XYZ | 11.34 | 18.91 | 12.95 | - |
| YUV | 99.46 | 123.22 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 137 | 91 | 0.79 | 0 | 0.34 | 0.46 | 154.44 | 0.65 | 0.33 |
| Hex | 1D | 89 | 5B | 4F | 0 | 22 | 2E | 9A | 41 | 21 |
| Octal | 35 | 211 | 133 | 117 | 0 | 42 | 56 | 232 | 101 | 41 |
| Binary | 11101 | 10001001 | 1011011 | 1001111 | 0 | 100010 | 101110 | 10011010 | 1000001 | 100001 |
Color Harmonies of #1D895B
Complementary color
Monochromatic Colors of #1D895B
Black with #1D895B
Text Example
Text Example
White with #1D895B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D895B; }
p { color: rgb(29,137,91); }
H1.HeaderClassName
{
color: #1D895B;
}
.AnyTagClassName
{
color: #1D895B;
}
</style>
background-color css
<style>
a { background-color: #1D895B; }
a { background-color: rgb(29,137,91); }
div.DivClassName
{
background-color: #1D895B;
}
.BgClassName
{
background-color: #1D895B;
}
</style>
border-color css
<style>
span { border-color: #1D895B; }
span { border-color: rgb(29,137,91); }
td.TdClassName
{
border-color: #1D895B;
}
.TagClassName
{
border-color: #1D895B;
}
</style>