Shades of Elf Green #1C8C6B
Tints of Elf Green #1C8C6B
RGB
CMYK
RGB Variations
Color information
#1C8C6B (or 0x1C8C6B) is known color: Elf Green. HEX triplet: 1C, 8C and 6B. RGB value is (28,140,107). Sum of RGB (Red+Green+Blue) = 28+140+107=275 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.18% from 275); Green value is 140 (55.08% from 255 or 50.91% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 140 - color contains mainly: green. Hex color #1C8C6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8C6B is #E37394. Grayscale: #666666. Windows color (decimal): -14906261 or 7048220. OLE color: 7048220.
HSL color Cylindrical-coordinate representation of color #1C8C6B: hue angle of 162.32º degrees, saturation: 0.67, 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 #1C8C6B is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 28 | 140 | 107 | - |
| CMYK | 0.80 | 0 | 0.24 | 0.45 |
| HSL | 162.32º | 0.67% | 0.33% | - |
| HSV(B) | 162.32º | 0.8% | 0.55% | - |
| XYZ | 12.51 | 20.06 | 17.12 | - |
| YUV | 102.75 | 130.39 | 74.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 140 | 107 | 0.80 | 0 | 0.24 | 0.45 | 162.32 | 0.67 | 0.33 |
| Hex | 1C | 8C | 6B | 50 | 0 | 18 | 2D | A2 | 43 | 21 |
| Octal | 34 | 214 | 153 | 120 | 0 | 30 | 55 | 242 | 103 | 41 |
| Binary | 11100 | 10001100 | 1101011 | 1010000 | 0 | 11000 | 101101 | 10100010 | 1000011 | 100001 |
Color Harmonies of #1C8C6B
Complementary color
Monochromatic Colors of #1C8C6B
Black with #1C8C6B
Text Example
Text Example
White with #1C8C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8C6B; }
p { color: rgb(28,140,107); }
H1.HeaderClassName
{
color: #1C8C6B;
}
.AnyTagClassName
{
color: #1C8C6B;
}
</style>
background-color css
<style>
a { background-color: #1C8C6B; }
a { background-color: rgb(28,140,107); }
div.DivClassName
{
background-color: #1C8C6B;
}
.BgClassName
{
background-color: #1C8C6B;
}
</style>
border-color css
<style>
span { border-color: #1C8C6B; }
span { border-color: rgb(28,140,107); }
td.TdClassName
{
border-color: #1C8C6B;
}
.TagClassName
{
border-color: #1C8C6B;
}
</style>