Shades of Elf Green #1C915F
Tints of Elf Green #1C915F
RGB
CMYK
RGB Variations
Color information
#1C915F (or 0x1C915F) is known color: Elf Green. HEX triplet: 1C, 91 and 5F. RGB value is (28,145,95). Sum of RGB (Red+Green+Blue) = 28+145+95=268 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.45% from 268); Green value is 145 (57.03% from 255 or 54.10% from 268); Blue value is 95 (37.5% from 255 or 35.45% from 268); Max value from RGB is 145 - color contains mainly: green. Hex color #1C915F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C915F is #E36EA0. Grayscale: #686868. Windows color (decimal): -14904993 or 6263068. OLE color: 6263068.
HSL color Cylindrical-coordinate representation of color #1C915F: hue angle of 154.36º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C915F is Cyan = 0.81, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 28 | 145 | 95 | - |
| CMYK | 0.81 | 0 | 0.34 | 0.43 |
| HSL | 154.36º | 0.68% | 0.34% | - |
| HSV(B) | 154.36º | 0.81% | 0.57% | - |
| XYZ | 12.67 | 21.32 | 14.27 | - |
| YUV | 104.32 | 122.74 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 145 | 95 | 0.81 | 0 | 0.34 | 0.43 | 154.36 | 0.68 | 0.34 |
| Hex | 1C | 91 | 5F | 51 | 0 | 22 | 2B | 9A | 44 | 22 |
| Octal | 34 | 221 | 137 | 121 | 0 | 42 | 53 | 232 | 104 | 42 |
| Binary | 11100 | 10010001 | 1011111 | 1010001 | 0 | 100010 | 101011 | 10011010 | 1000100 | 100010 |
Color Harmonies of #1C915F
Complementary color
Monochromatic Colors of #1C915F
Black with #1C915F
Text Example
Text Example
White with #1C915F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C915F; }
p { color: rgb(28,145,95); }
H1.HeaderClassName
{
color: #1C915F;
}
.AnyTagClassName
{
color: #1C915F;
}
</style>
background-color css
<style>
a { background-color: #1C915F; }
a { background-color: rgb(28,145,95); }
div.DivClassName
{
background-color: #1C915F;
}
.BgClassName
{
background-color: #1C915F;
}
</style>
border-color css
<style>
span { border-color: #1C915F; }
span { border-color: rgb(28,145,95); }
td.TdClassName
{
border-color: #1C915F;
}
.TagClassName
{
border-color: #1C915F;
}
</style>