Shades of Elf Green #1D856F
Tints of Elf Green #1D856F
RGB
CMYK
RGB Variations
Color information
#1D856F (or 0x1D856F) is known color: Elf Green. HEX triplet: 1D, 85 and 6F. RGB value is (29,133,111). Sum of RGB (Red+Green+Blue) = 29+133+111=273 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.62% from 273); Green value is 133 (52.34% from 255 or 48.72% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 133 - color contains mainly: green. Hex color #1D856F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D856F is #E27A90. Grayscale: #636363. Windows color (decimal): -14842513 or 7308573. OLE color: 7308573.
HSL color Cylindrical-coordinate representation of color #1D856F: hue angle of 167.31º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D856F is Cyan = 0.78, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 29 | 133 | 111 | - |
| CMYK | 0.78 | 0 | 0.17 | 0.48 |
| HSL | 167.31º | 0.64% | 0.32% | - |
| HSV(B) | 167.31º | 0.78% | 0.52% | - |
| XYZ | 11.76 | 18.18 | 17.93 | - |
| YUV | 99.4 | 134.54 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 133 | 111 | 0.78 | 0 | 0.17 | 0.48 | 167.31 | 0.64 | 0.32 |
| Hex | 1D | 85 | 6F | 4E | 0 | 11 | 30 | A7 | 40 | 20 |
| Octal | 35 | 205 | 157 | 116 | 0 | 21 | 60 | 247 | 100 | 40 |
| Binary | 11101 | 10000101 | 1101111 | 1001110 | 0 | 10001 | 110000 | 10100111 | 1000000 | 100000 |
Color Harmonies of #1D856F
Complementary color
Monochromatic Colors of #1D856F
Black with #1D856F
Text Example
Text Example
White with #1D856F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D856F; }
p { color: rgb(29,133,111); }
H1.HeaderClassName
{
color: #1D856F;
}
.AnyTagClassName
{
color: #1D856F;
}
</style>
background-color css
<style>
a { background-color: #1D856F; }
a { background-color: rgb(29,133,111); }
div.DivClassName
{
background-color: #1D856F;
}
.BgClassName
{
background-color: #1D856F;
}
</style>
border-color css
<style>
span { border-color: #1D856F; }
span { border-color: rgb(29,133,111); }
td.TdClassName
{
border-color: #1D856F;
}
.TagClassName
{
border-color: #1D856F;
}
</style>