Shades of Eden #1C6954
Tints of Eden #1C6954
RGB
CMYK
RGB Variations
Color information
#1C6954 (or 0x1C6954) is known color: Eden. HEX triplet: 1C, 69 and 54. RGB value is (28,105,84). Sum of RGB (Red+Green+Blue) = 28+105+84=217 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.90% from 217); Green value is 105 (41.41% from 255 or 48.39% from 217); Blue value is 84 (33.20% from 255 or 38.71% from 217); Max value from RGB is 105 - color contains mainly: green. Hex color #1C6954 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6954 is #E396AB. Grayscale: #4F4F4F. Windows color (decimal): -14915244 or 5531932. OLE color: 5531932.
HSL color Cylindrical-coordinate representation of color #1C6954: hue angle of 163.64º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C6954 is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 28 | 105 | 84 | - |
| CMYK | 0.73 | 0 | 0.20 | 0.59 |
| HSL | 163.64º | 0.58% | 0.26% | - |
| HSV(B) | 163.64º | 0.73% | 0.41% | - |
| XYZ | 7.13 | 10.99 | 10.13 | - |
| YUV | 79.58 | 130.49 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 105 | 84 | 0.73 | 0 | 0.20 | 0.59 | 163.64 | 0.58 | 0.26 |
| Hex | 1C | 69 | 54 | 49 | 0 | 14 | 3B | A4 | 3A | 1A |
| Octal | 34 | 151 | 124 | 111 | 0 | 24 | 73 | 244 | 72 | 32 |
| Binary | 11100 | 1101001 | 1010100 | 1001001 | 0 | 10100 | 111011 | 10100100 | 111010 | 11010 |
Color Harmonies of #1C6954
Complementary color
Monochromatic Colors of #1C6954
Black with #1C6954
Text Example
Text Example
White with #1C6954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6954; }
p { color: rgb(28,105,84); }
H1.HeaderClassName
{
color: #1C6954;
}
.AnyTagClassName
{
color: #1C6954;
}
</style>
background-color css
<style>
a { background-color: #1C6954; }
a { background-color: rgb(28,105,84); }
div.DivClassName
{
background-color: #1C6954;
}
.BgClassName
{
background-color: #1C6954;
}
</style>
border-color css
<style>
span { border-color: #1C6954; }
span { border-color: rgb(28,105,84); }
td.TdClassName
{
border-color: #1C6954;
}
.TagClassName
{
border-color: #1C6954;
}
</style>