Shades of Eden #295F5D
Tints of Eden #295F5D
RGB
CMYK
RGB Variations
Color information
#295F5D (or 0x295F5D) is known color: Eden. HEX triplet: 29, 5F and 5D. RGB value is (41,95,93). Sum of RGB (Red+Green+Blue) = 41+95+93=229 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.90% from 229); Green value is 95 (37.5% from 255 or 41.48% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 95 - color contains mainly: green. Hex color #295F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295F5D is #D6A0A2. Grayscale: #4E4E4E. Windows color (decimal): -14065827 or 6119209. OLE color: 6119209.
HSL color Cylindrical-coordinate representation of color #295F5D: hue angle of 177.78º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #295F5D is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 41 | 95 | 93 | - |
| CMYK | 0.57 | 0 | 0.02 | 0.63 |
| HSL | 177.78º | 0.4% | 0.27% | - |
| HSV(B) | 177.78º | 0.57% | 0.37% | - |
| XYZ | 6.98 | 9.45 | 11.81 | - |
| YUV | 78.63 | 136.11 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 95 | 93 | 0.57 | 0 | 0.02 | 0.63 | 177.78 | 0.4 | 0.27 |
| Hex | 29 | 5F | 5D | 39 | 0 | 2 | 3F | B2 | 28 | 1B |
| Octal | 51 | 137 | 135 | 71 | 0 | 2 | 77 | 262 | 50 | 33 |
| Binary | 101001 | 1011111 | 1011101 | 111001 | 0 | 10 | 111111 | 10110010 | 101000 | 11011 |
Color Harmonies of #295F5D
Complementary color
Monochromatic Colors of #295F5D
Black with #295F5D
Text Example
Text Example
White with #295F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295F5D; }
p { color: rgb(41,95,93); }
H1.HeaderClassName
{
color: #295F5D;
}
.AnyTagClassName
{
color: #295F5D;
}
</style>
background-color css
<style>
a { background-color: #295F5D; }
a { background-color: rgb(41,95,93); }
div.DivClassName
{
background-color: #295F5D;
}
.BgClassName
{
background-color: #295F5D;
}
</style>
border-color css
<style>
span { border-color: #295F5D; }
span { border-color: rgb(41,95,93); }
td.TdClassName
{
border-color: #295F5D;
}
.TagClassName
{
border-color: #295F5D;
}
</style>