Shades of Eden #2C625A
Tints of Eden #2C625A
RGB
CMYK
RGB Variations
Color information
#2C625A (or 0x2C625A) is known color: Eden. HEX triplet: 2C, 62 and 5A. RGB value is (44,98,90). Sum of RGB (Red+Green+Blue) = 44+98+90=232 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.97% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 90 (35.55% from 255 or 38.79% from 232); Max value from RGB is 98 - color contains mainly: green. Hex color #2C625A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C625A is #D39DA5. Grayscale: #505050. Windows color (decimal): -13868454 or 5923372. OLE color: 5923372.
HSL color Cylindrical-coordinate representation of color #2C625A: hue angle of 171.11º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2C625A is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 44 | 98 | 90 | - |
| CMYK | 0.55 | 0 | 0.08 | 0.62 |
| HSL | 171.11º | 0.38% | 0.28% | - |
| HSV(B) | 171.11º | 0.55% | 0.38% | - |
| XYZ | 7.25 | 10.01 | 11.22 | - |
| YUV | 80.94 | 133.11 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 98 | 90 | 0.55 | 0 | 0.08 | 0.62 | 171.11 | 0.38 | 0.28 |
| Hex | 2C | 62 | 5A | 37 | 0 | 8 | 3E | AB | 26 | 1C |
| Octal | 54 | 142 | 132 | 67 | 0 | 10 | 76 | 253 | 46 | 34 |
| Binary | 101100 | 1100010 | 1011010 | 110111 | 0 | 1000 | 111110 | 10101011 | 100110 | 11100 |
Color Harmonies of #2C625A
Complementary color
Monochromatic Colors of #2C625A
Black with #2C625A
Text Example
Text Example
White with #2C625A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C625A; }
p { color: rgb(44,98,90); }
H1.HeaderClassName
{
color: #2C625A;
}
.AnyTagClassName
{
color: #2C625A;
}
</style>
background-color css
<style>
a { background-color: #2C625A; }
a { background-color: rgb(44,98,90); }
div.DivClassName
{
background-color: #2C625A;
}
.BgClassName
{
background-color: #2C625A;
}
</style>
border-color css
<style>
span { border-color: #2C625A; }
span { border-color: rgb(44,98,90); }
td.TdClassName
{
border-color: #2C625A;
}
.TagClassName
{
border-color: #2C625A;
}
</style>