Shades of Eden #286F5F
Tints of Eden #286F5F
RGB
CMYK
RGB Variations
Color information
#286F5F (or 0x286F5F) is known color: Eden. HEX triplet: 28, 6F and 5F. RGB value is (40,111,95). Sum of RGB (Red+Green+Blue) = 40+111+95=246 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.26% from 246); Green value is 111 (43.75% from 255 or 45.12% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 111 - color contains mainly: green. Hex color #286F5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286F5F is #D790A0. Grayscale: #575757. Windows color (decimal): -14127265 or 6254376. OLE color: 6254376.
HSL color Cylindrical-coordinate representation of color #286F5F: hue angle of 166.48º 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 #286F5F is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 111 | 95 | - |
| CMYK | 0.64 | 0 | 0.14 | 0.56 |
| HSL | 166.48º | 0.47% | 0.3% | - |
| HSV(B) | 166.48º | 0.64% | 0.44% | - |
| XYZ | 8.63 | 12.65 | 12.81 | - |
| YUV | 87.95 | 131.98 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 111 | 95 | 0.64 | 0 | 0.14 | 0.56 | 166.48 | 0.47 | 0.3 |
| Hex | 28 | 6F | 5F | 40 | 0 | E | 38 | A6 | 2F | 1E |
| Octal | 50 | 157 | 137 | 100 | 0 | 16 | 70 | 246 | 57 | 36 |
| Binary | 101000 | 1101111 | 1011111 | 1000000 | 0 | 1110 | 111000 | 10100110 | 101111 | 11110 |
Color Harmonies of #286F5F
Complementary color
Monochromatic Colors of #286F5F
Black with #286F5F
Text Example
Text Example
White with #286F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286F5F; }
p { color: rgb(40,111,95); }
H1.HeaderClassName
{
color: #286F5F;
}
.AnyTagClassName
{
color: #286F5F;
}
</style>
background-color css
<style>
a { background-color: #286F5F; }
a { background-color: rgb(40,111,95); }
div.DivClassName
{
background-color: #286F5F;
}
.BgClassName
{
background-color: #286F5F;
}
</style>
border-color css
<style>
span { border-color: #286F5F; }
span { border-color: rgb(40,111,95); }
td.TdClassName
{
border-color: #286F5F;
}
.TagClassName
{
border-color: #286F5F;
}
</style>