Shades of Eden #286C5F
Tints of Eden #286C5F
RGB
CMYK
RGB Variations
Color information
#286C5F (or 0x286C5F) is known color: Eden. HEX triplet: 28, 6C and 5F. RGB value is (40,108,95). Sum of RGB (Red+Green+Blue) = 40+108+95=243 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.46% from 243); Green value is 108 (42.58% from 255 or 44.44% from 243); Blue value is 95 (37.5% from 255 or 39.09% from 243); Max value from RGB is 108 - color contains mainly: green. Hex color #286C5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286C5F is #D793A0. Grayscale: #565656. Windows color (decimal): -14128033 or 6253608. OLE color: 6253608.
HSL color Cylindrical-coordinate representation of color #286C5F: hue angle of 168.53º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #286C5F is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 108 | 95 | - |
| CMYK | 0.63 | 0 | 0.12 | 0.58 |
| HSL | 168.53º | 0.46% | 0.29% | - |
| HSV(B) | 168.53º | 0.63% | 0.42% | - |
| XYZ | 8.3 | 12 | 12.71 | - |
| YUV | 86.19 | 132.97 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 108 | 95 | 0.63 | 0 | 0.12 | 0.58 | 168.53 | 0.46 | 0.29 |
| Hex | 28 | 6C | 5F | 3F | 0 | C | 3A | A9 | 2E | 1D |
| Octal | 50 | 154 | 137 | 77 | 0 | 14 | 72 | 251 | 56 | 35 |
| Binary | 101000 | 1101100 | 1011111 | 111111 | 0 | 1100 | 111010 | 10101001 | 101110 | 11101 |
Color Harmonies of #286C5F
Complementary color
Monochromatic Colors of #286C5F
Black with #286C5F
Text Example
Text Example
White with #286C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286C5F; }
p { color: rgb(40,108,95); }
H1.HeaderClassName
{
color: #286C5F;
}
.AnyTagClassName
{
color: #286C5F;
}
</style>
background-color css
<style>
a { background-color: #286C5F; }
a { background-color: rgb(40,108,95); }
div.DivClassName
{
background-color: #286C5F;
}
.BgClassName
{
background-color: #286C5F;
}
</style>
border-color css
<style>
span { border-color: #286C5F; }
span { border-color: rgb(40,108,95); }
td.TdClassName
{
border-color: #286C5F;
}
.TagClassName
{
border-color: #286C5F;
}
</style>