Shades of Eden #286F5A
Tints of Eden #286F5A
RGB
CMYK
RGB Variations
Color information
#286F5A (or 0x286F5A) is known color: Eden. HEX triplet: 28, 6F and 5A. RGB value is (40,111,90). Sum of RGB (Red+Green+Blue) = 40+111+90=241 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.60% from 241); Green value is 111 (43.75% from 255 or 46.06% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 111 - color contains mainly: green. Hex color #286F5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286F5A is #D790A5. Grayscale: #575757. Windows color (decimal): -14127270 or 5926696. OLE color: 5926696.
HSL color Cylindrical-coordinate representation of color #286F5A: hue angle of 162.25º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #286F5A is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 111 | 90 | - |
| CMYK | 0.64 | 0 | 0.19 | 0.56 |
| HSL | 162.25º | 0.47% | 0.3% | - |
| HSV(B) | 162.25º | 0.64% | 0.44% | - |
| XYZ | 8.4 | 12.56 | 11.65 | - |
| YUV | 87.38 | 129.48 | 94.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 111 | 90 | 0.64 | 0 | 0.19 | 0.56 | 162.25 | 0.47 | 0.3 |
| Hex | 28 | 6F | 5A | 40 | 0 | 13 | 38 | A2 | 2F | 1E |
| Octal | 50 | 157 | 132 | 100 | 0 | 23 | 70 | 242 | 57 | 36 |
| Binary | 101000 | 1101111 | 1011010 | 1000000 | 0 | 10011 | 111000 | 10100010 | 101111 | 11110 |
Color Harmonies of #286F5A
Complementary color
Monochromatic Colors of #286F5A
Black with #286F5A
Text Example
Text Example
White with #286F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286F5A; }
p { color: rgb(40,111,90); }
H1.HeaderClassName
{
color: #286F5A;
}
.AnyTagClassName
{
color: #286F5A;
}
</style>
background-color css
<style>
a { background-color: #286F5A; }
a { background-color: rgb(40,111,90); }
div.DivClassName
{
background-color: #286F5A;
}
.BgClassName
{
background-color: #286F5A;
}
</style>
border-color css
<style>
span { border-color: #286F5A; }
span { border-color: rgb(40,111,90); }
td.TdClassName
{
border-color: #286F5A;
}
.TagClassName
{
border-color: #286F5A;
}
</style>