#286458

Color #286458 Eden (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eden #286458

Tints of Eden #286458

Color information

#286458 (or 0x286458) is unknown color: approx Eden. HEX triplet: 28, 64 and 58. RGB value is (40,100,88). Sum of RGB (Red+Green+Blue) = 40+100+88=228 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.54% from 228); Green value is 100 (39.45% from 255 or 43.86% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 100 - color contains mainly: green. Hex color #286458 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286458 is #D79BA7. Grayscale: #505050. Windows color (decimal): -14130088 or 5792808. OLE color: 5792808.

HSL color Cylindrical-coordinate representation of color #286458: hue angle of 168º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #286458 is Cyan = 0.6, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.61.

Color convert

RGB4010088-
CMYK0.600.120.61
HSL168º42.86%27.45%-
HSV(B)168º60%39.22%-
XYZ7.1910.2710.84-
YUV80.69132.1298.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 40 (16.02% from 255) = 17.54%
GREEN value IS 100 (39.45% from 255) = 43.86%
BLUE value IS 88 (34.77% from 255) = 38.60%
R=17.54%
G=43.86%
B=38.60%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal40100880.600.120.6116842.8627.45
Hex2864583C0C3Da82b1b
Octal5014413074014752505333
Binary10100011001001011000111100011001111011010100010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286458; }

 p { color: rgb(40,100,88); }

 H1.HeaderClassName
 {
   color: #286458;
 }
 .AnyTagClassName
 {
   color: #286458;
 }
</style>
background-color css

<style>
 a { background-color: #286458; }

 a { background-color: rgb(40,100,88); }

 div.DivClassName
 {
   background-color: #286458;
 }
 .BgClassName
 {
   background-color: #286458;
 }
</style>
border-color css

<style>
 span { border-color: #286458; }

 span { border-color: rgb(40,100,88); }

 td.TdClassName
 {
   border-color: #286458;
 }
 .TagClassName
 {
   border-color: #286458;
 }
</style>