Shades of Eden #275F56
Tints of Eden #275F56
RGB
CMYK
RGB Variations
Color information
#275F56 (or 0x275F56) is known color: Eden. HEX triplet: 27, 5F and 56. RGB value is (39,95,86). Sum of RGB (Red+Green+Blue) = 39+95+86=220 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.73% from 220); Green value is 95 (37.5% from 255 or 43.18% from 220); Blue value is 86 (33.98% from 255 or 39.09% from 220); Max value from RGB is 95 - color contains mainly: green. Hex color #275F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275F56 is #D8A0A9. Grayscale: #4D4D4D. Windows color (decimal): -14196906 or 5660455. OLE color: 5660455.
HSL color Cylindrical-coordinate representation of color #275F56: hue angle of 170.36º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #275F56 is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 39 | 95 | 86 | - |
| CMYK | 0.59 | 0 | 0.09 | 0.63 |
| HSL | 170.36º | 0.42% | 0.26% | - |
| HSV(B) | 170.36º | 0.59% | 0.37% | - |
| XYZ | 6.61 | 9.29 | 10.25 | - |
| YUV | 77.23 | 132.95 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 95 | 86 | 0.59 | 0 | 0.09 | 0.63 | 170.36 | 0.42 | 0.26 |
| Hex | 27 | 5F | 56 | 3B | 0 | 9 | 3F | AA | 2A | 1A |
| Octal | 47 | 137 | 126 | 73 | 0 | 11 | 77 | 252 | 52 | 32 |
| Binary | 100111 | 1011111 | 1010110 | 111011 | 0 | 1001 | 111111 | 10101010 | 101010 | 11010 |
Color Harmonies of #275F56
Complementary color
Monochromatic Colors of #275F56
Black with #275F56
Text Example
Text Example
White with #275F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275F56; }
p { color: rgb(39,95,86); }
H1.HeaderClassName
{
color: #275F56;
}
.AnyTagClassName
{
color: #275F56;
}
</style>
background-color css
<style>
a { background-color: #275F56; }
a { background-color: rgb(39,95,86); }
div.DivClassName
{
background-color: #275F56;
}
.BgClassName
{
background-color: #275F56;
}
</style>
border-color css
<style>
span { border-color: #275F56; }
span { border-color: rgb(39,95,86); }
td.TdClassName
{
border-color: #275F56;
}
.TagClassName
{
border-color: #275F56;
}
</style>