Shades of Elf Green #1D8B64
Tints of Elf Green #1D8B64
RGB
CMYK
RGB Variations
Color information
#1D8B64 (or 0x1D8B64) is known color: Elf Green. HEX triplet: 1D, 8B and 64. RGB value is (29,139,100). Sum of RGB (Red+Green+Blue) = 29+139+100=268 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.82% from 268); Green value is 139 (54.69% from 255 or 51.87% from 268); Blue value is 100 (39.45% from 255 or 37.31% from 268); Max value from RGB is 139 - color contains mainly: green. Hex color #1D8B64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8B64 is #E2749B. Grayscale: #656565. Windows color (decimal): -14840988 or 6589213. OLE color: 6589213.
HSL color Cylindrical-coordinate representation of color #1D8B64: hue angle of 158.73º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D8B64 is Cyan = 0.79, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 139 | 100 | - |
| CMYK | 0.79 | 0 | 0.28 | 0.45 |
| HSL | 158.73º | 0.65% | 0.33% | - |
| HSV(B) | 158.73º | 0.79% | 0.55% | - |
| XYZ | 12.04 | 19.65 | 15.21 | - |
| YUV | 101.66 | 127.06 | 76.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 139 | 100 | 0.79 | 0 | 0.28 | 0.45 | 158.73 | 0.65 | 0.33 |
| Hex | 1D | 8B | 64 | 4F | 0 | 1C | 2D | 9F | 41 | 21 |
| Octal | 35 | 213 | 144 | 117 | 0 | 34 | 55 | 237 | 101 | 41 |
| Binary | 11101 | 10001011 | 1100100 | 1001111 | 0 | 11100 | 101101 | 10011111 | 1000001 | 100001 |
Color Harmonies of #1D8B64
Complementary color
Monochromatic Colors of #1D8B64
Black with #1D8B64
Text Example
Text Example
White with #1D8B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8B64; }
p { color: rgb(29,139,100); }
H1.HeaderClassName
{
color: #1D8B64;
}
.AnyTagClassName
{
color: #1D8B64;
}
</style>
background-color css
<style>
a { background-color: #1D8B64; }
a { background-color: rgb(29,139,100); }
div.DivClassName
{
background-color: #1D8B64;
}
.BgClassName
{
background-color: #1D8B64;
}
</style>
border-color css
<style>
span { border-color: #1D8B64; }
span { border-color: rgb(29,139,100); }
td.TdClassName
{
border-color: #1D8B64;
}
.TagClassName
{
border-color: #1D8B64;
}
</style>