Shades of Eden #275D52
Tints of Eden #275D52
RGB
CMYK
RGB Variations
Color information
#275D52 (or 0x275D52) is known color: Eden. HEX triplet: 27, 5D and 52. RGB value is (39,93,82). Sum of RGB (Red+Green+Blue) = 39+93+82=214 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.22% from 214); Green value is 93 (36.72% from 255 or 43.46% from 214); Blue value is 82 (32.42% from 255 or 38.32% from 214); Max value from RGB is 93 - color contains mainly: green. Hex color #275D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275D52 is #D8A2AD. Grayscale: #4B4B4B. Windows color (decimal): -14197422 or 5397799. OLE color: 5397799.
HSL color Cylindrical-coordinate representation of color #275D52: hue angle of 167.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 #275D52 is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 93 | 82 | - |
| CMYK | 0.58 | 0 | 0.12 | 0.64 |
| HSL | 167.78º | 0.41% | 0.26% | - |
| HSV(B) | 167.78º | 0.58% | 0.36% | - |
| XYZ | 6.27 | 8.87 | 9.36 | - |
| YUV | 75.6 | 131.61 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 93 | 82 | 0.58 | 0 | 0.12 | 0.64 | 167.78 | 0.41 | 0.26 |
| Hex | 27 | 5D | 52 | 3A | 0 | C | 40 | A8 | 29 | 1A |
| Octal | 47 | 135 | 122 | 72 | 0 | 14 | 100 | 250 | 51 | 32 |
| Binary | 100111 | 1011101 | 1010010 | 111010 | 0 | 1100 | 1000000 | 10101000 | 101001 | 11010 |
Color Harmonies of #275D52
Complementary color
Monochromatic Colors of #275D52
Black with #275D52
Text Example
Text Example
White with #275D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275D52; }
p { color: rgb(39,93,82); }
H1.HeaderClassName
{
color: #275D52;
}
.AnyTagClassName
{
color: #275D52;
}
</style>
background-color css
<style>
a { background-color: #275D52; }
a { background-color: rgb(39,93,82); }
div.DivClassName
{
background-color: #275D52;
}
.BgClassName
{
background-color: #275D52;
}
</style>
border-color css
<style>
span { border-color: #275D52; }
span { border-color: rgb(39,93,82); }
td.TdClassName
{
border-color: #275D52;
}
.TagClassName
{
border-color: #275D52;
}
</style>