Shades of Elf Green #1C8B7D
Tints of Elf Green #1C8B7D
RGB
CMYK
RGB Variations
Color information
#1C8B7D (or 0x1C8B7D) is known color: Elf Green. HEX triplet: 1C, 8B and 7D. RGB value is (28,139,125). Sum of RGB (Red+Green+Blue) = 28+139+125=292 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.59% from 292); Green value is 139 (54.69% from 255 or 47.60% from 292); Blue value is 125 (49.22% from 255 or 42.81% from 292); Max value from RGB is 139 - color contains mainly: green. Hex color #1C8B7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8B7D is #E37482. Grayscale: #686868. Windows color (decimal): -14906499 or 8227612. OLE color: 8227612.
HSL color Cylindrical-coordinate representation of color #1C8B7D: hue angle of 172.43º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C8B7D is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 28 | 139 | 125 | - |
| CMYK | 0.80 | 0 | 0.10 | 0.45 |
| HSL | 172.43º | 0.66% | 0.33% | - |
| HSV(B) | 172.43º | 0.8% | 0.55% | - |
| XYZ | 13.41 | 20.19 | 22.59 | - |
| YUV | 104.22 | 139.73 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 139 | 125 | 0.80 | 0 | 0.10 | 0.45 | 172.43 | 0.66 | 0.33 |
| Hex | 1C | 8B | 7D | 50 | 0 | A | 2D | AC | 42 | 21 |
| Octal | 34 | 213 | 175 | 120 | 0 | 12 | 55 | 254 | 102 | 41 |
| Binary | 11100 | 10001011 | 1111101 | 1010000 | 0 | 1010 | 101101 | 10101100 | 1000010 | 100001 |
Color Harmonies of #1C8B7D
Complementary color
Monochromatic Colors of #1C8B7D
Black with #1C8B7D
Text Example
Text Example
White with #1C8B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8B7D; }
p { color: rgb(28,139,125); }
H1.HeaderClassName
{
color: #1C8B7D;
}
.AnyTagClassName
{
color: #1C8B7D;
}
</style>
background-color css
<style>
a { background-color: #1C8B7D; }
a { background-color: rgb(28,139,125); }
div.DivClassName
{
background-color: #1C8B7D;
}
.BgClassName
{
background-color: #1C8B7D;
}
</style>
border-color css
<style>
span { border-color: #1C8B7D; }
span { border-color: rgb(28,139,125); }
td.TdClassName
{
border-color: #1C8B7D;
}
.TagClassName
{
border-color: #1C8B7D;
}
</style>