Html Css Color HEX #285850 Eden

📋 copy color: '#285850'

red 40 ◦ green 88 ◦ blue 80

#285850
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eden #285850

Tints of Eden #285850

RGB

 RED value IS 40 (16.02% from 255) = 19.23%

 GREEN value IS 88 (34.77% from 255) = 42.31%

 BLUE value IS 80 (31.64% from 255) = 38.46%

R = 19.23%
G = 42.31%
B = 38.46%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#285850 (or 0x285850) is known color: Eden. HEX triplet: 28, 58 and 50. RGB value is (40,88,80). Sum of RGB (Red+Green+Blue) = 40+88+80=208 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.23% from 208); Green value is 88 (34.77% from 255 or 42.31% from 208); Blue value is 80 (31.64% from 255 or 38.46% from 208); Max value from RGB is 88 - color contains mainly: green. Hex color #285850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285850 is #D7A7AF. Grayscale: #484848. Windows color (decimal): -14133168 or 5265448. OLE color: 5265448.

HSL color Cylindrical-coordinate representation of color #285850: hue angle of 170º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #285850 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB 40 88 80 -
CMYK 0.55 0 0.09 0.65
HSL 170º 0.38% 0.25% -
HSV(B) 170º 0.55% 0.35% -
XYZ 5.81 8.01 8.83 -
YUV 72.74 132.1 104.65 -
System Red Green Blue C M Y K H S L
Decimal 40 88 80 0.55 0 0.09 0.65 170 0.38 0.25
Hex 28 58 50 37 0 9 41 AA 26 19
Octal 50 130 120 67 0 11 101 252 46 31
Binary 101000 1011000 1010000 110111 0 1001 1000001 10101010 100110 11001

Color Harmonies of #285850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285850

Black with #285850

Text Example


Text Example

White with #285850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285850; }

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

 H1.HeaderClassName
 {
   color: #285850;
 }
 .AnyTagClassName
 {
   color: #285850;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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