Shades of Elf Green #1D935F
Tints of Elf Green #1D935F
RGB
CMYK
RGB Variations
Color information
#1D935F (or 0x1D935F) is known color: Elf Green. HEX triplet: 1D, 93 and 5F. RGB value is (29,147,95). Sum of RGB (Red+Green+Blue) = 29+147+95=271 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.70% from 271); Green value is 147 (57.81% from 255 or 54.24% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 147 - color contains mainly: green. Hex color #1D935F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D935F is #E26CA0. Grayscale: #696969. Windows color (decimal): -14838945 or 6263581. OLE color: 6263581.
HSL color Cylindrical-coordinate representation of color #1D935F: hue angle of 153.56º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D935F is Cyan = 0.80, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 147 | 95 | - |
| CMYK | 0.80 | 0 | 0.35 | 0.42 |
| HSL | 153.56º | 0.67% | 0.35% | - |
| HSV(B) | 153.56º | 0.8% | 0.58% | - |
| XYZ | 13.01 | 21.95 | 14.38 | - |
| YUV | 105.79 | 121.91 | 73.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 147 | 95 | 0.80 | 0 | 0.35 | 0.42 | 153.56 | 0.67 | 0.35 |
| Hex | 1D | 93 | 5F | 50 | 0 | 23 | 2A | 9A | 43 | 23 |
| Octal | 35 | 223 | 137 | 120 | 0 | 43 | 52 | 232 | 103 | 43 |
| Binary | 11101 | 10010011 | 1011111 | 1010000 | 0 | 100011 | 101010 | 10011010 | 1000011 | 100011 |
Color Harmonies of #1D935F
Complementary color
Monochromatic Colors of #1D935F
Black with #1D935F
Text Example
Text Example
White with #1D935F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D935F; }
p { color: rgb(29,147,95); }
H1.HeaderClassName
{
color: #1D935F;
}
.AnyTagClassName
{
color: #1D935F;
}
</style>
background-color css
<style>
a { background-color: #1D935F; }
a { background-color: rgb(29,147,95); }
div.DivClassName
{
background-color: #1D935F;
}
.BgClassName
{
background-color: #1D935F;
}
</style>
border-color css
<style>
span { border-color: #1D935F; }
span { border-color: rgb(29,147,95); }
td.TdClassName
{
border-color: #1D935F;
}
.TagClassName
{
border-color: #1D935F;
}
</style>