Shades of Eden #275D5B
Tints of Eden #275D5B
RGB
CMYK
RGB Variations
Color information
#275D5B (or 0x275D5B) is known color: Eden. HEX triplet: 27, 5D and 5B. RGB value is (39,93,91). Sum of RGB (Red+Green+Blue) = 39+93+91=223 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.49% from 223); Green value is 93 (36.72% from 255 or 41.70% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 93 - color contains mainly: green. Hex color #275D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275D5B is #D8A2A4. Grayscale: #4C4C4C. Windows color (decimal): -14197413 or 5987623. OLE color: 5987623.
HSL color Cylindrical-coordinate representation of color #275D5B: hue angle of 177.78º 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 #275D5B is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 93 | 91 | - |
| CMYK | 0.58 | 0 | 0.02 | 0.64 |
| HSL | 177.78º | 0.41% | 0.26% | - |
| HSV(B) | 177.78º | 0.58% | 0.36% | - |
| XYZ | 6.64 | 9.02 | 11.29 | - |
| YUV | 76.63 | 136.11 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 93 | 91 | 0.58 | 0 | 0.02 | 0.64 | 177.78 | 0.41 | 0.26 |
| Hex | 27 | 5D | 5B | 3A | 0 | 2 | 40 | B2 | 29 | 1A |
| Octal | 47 | 135 | 133 | 72 | 0 | 2 | 100 | 262 | 51 | 32 |
| Binary | 100111 | 1011101 | 1011011 | 111010 | 0 | 10 | 1000000 | 10110010 | 101001 | 11010 |
Color Harmonies of #275D5B
Complementary color
Monochromatic Colors of #275D5B
Black with #275D5B
Text Example
Text Example
White with #275D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275D5B; }
p { color: rgb(39,93,91); }
H1.HeaderClassName
{
color: #275D5B;
}
.AnyTagClassName
{
color: #275D5B;
}
</style>
background-color css
<style>
a { background-color: #275D5B; }
a { background-color: rgb(39,93,91); }
div.DivClassName
{
background-color: #275D5B;
}
.BgClassName
{
background-color: #275D5B;
}
</style>
border-color css
<style>
span { border-color: #275D5B; }
span { border-color: rgb(39,93,91); }
td.TdClassName
{
border-color: #275D5B;
}
.TagClassName
{
border-color: #275D5B;
}
</style>