Shades of Eden #275D58
Tints of Eden #275D58
RGB
CMYK
RGB Variations
Color information
#275D58 (or 0x275D58) is known color: Eden. HEX triplet: 27, 5D and 58. RGB value is (39,93,88). Sum of RGB (Red+Green+Blue) = 39+93+88=220 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.73% from 220); Green value is 93 (36.72% from 255 or 42.27% from 220); Blue value is 88 (34.77% from 255 or 40% from 220); Max value from RGB is 93 - color contains mainly: green. Hex color #275D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275D58 is #D8A2A7. Grayscale: #4C4C4C. Windows color (decimal): -14197416 or 5791015. OLE color: 5791015.
HSL color Cylindrical-coordinate representation of color #275D58: hue angle of 174.44º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #275D58 is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 93 | 88 | - |
| CMYK | 0.58 | 0 | 0.05 | 0.64 |
| HSL | 174.44º | 0.41% | 0.26% | - |
| HSV(B) | 174.44º | 0.58% | 0.36% | - |
| XYZ | 6.51 | 8.96 | 10.62 | - |
| YUV | 76.28 | 134.61 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 93 | 88 | 0.58 | 0 | 0.05 | 0.64 | 174.44 | 0.41 | 0.26 |
| Hex | 27 | 5D | 58 | 3A | 0 | 5 | 40 | AE | 29 | 1A |
| Octal | 47 | 135 | 130 | 72 | 0 | 5 | 100 | 256 | 51 | 32 |
| Binary | 100111 | 1011101 | 1011000 | 111010 | 0 | 101 | 1000000 | 10101110 | 101001 | 11010 |
Color Harmonies of #275D58
Complementary color
Monochromatic Colors of #275D58
Black with #275D58
Text Example
Text Example
White with #275D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275D58; }
p { color: rgb(39,93,88); }
H1.HeaderClassName
{
color: #275D58;
}
.AnyTagClassName
{
color: #275D58;
}
</style>
background-color css
<style>
a { background-color: #275D58; }
a { background-color: rgb(39,93,88); }
div.DivClassName
{
background-color: #275D58;
}
.BgClassName
{
background-color: #275D58;
}
</style>
border-color css
<style>
span { border-color: #275D58; }
span { border-color: rgb(39,93,88); }
td.TdClassName
{
border-color: #275D58;
}
.TagClassName
{
border-color: #275D58;
}
</style>