Html Css Color HEX #285950 Eden

📋 copy color: '#285950'

red 40 ◦ green 89 ◦ blue 80

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

Shades of Eden #285950

Tints of Eden #285950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 42.58%

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

R = 19.14%
G = 42.58%
B = 38.28%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#285950 (or 0x285950) is known color: Eden. HEX triplet: 28, 59 and 50. RGB value is (40,89,80). Sum of RGB (Red+Green+Blue) = 40+89+80=209 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.14% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 80 (31.64% from 255 or 38.28% from 209); Max value from RGB is 89 - color contains mainly: green. Hex color #285950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285950 is #D7A6AF. Grayscale: #494949. Windows color (decimal): -14132912 or 5265704. OLE color: 5265704.

HSL color Cylindrical-coordinate representation of color #285950: hue angle of 168.98º 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 #285950 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 40 89 80 -
CMYK 0.55 0 0.10 0.65
HSL 168.98º 0.38% 0.25% -
HSV(B) 168.98º 0.55% 0.35% -
XYZ 5.9 8.18 8.86 -
YUV 73.32 131.77 104.23 -
System Red Green Blue C M Y K H S L
Decimal 40 89 80 0.55 0 0.10 0.65 168.98 0.38 0.25
Hex 28 59 50 37 0 A 41 A9 26 19
Octal 50 131 120 67 0 12 101 251 46 31
Binary 101000 1011001 1010000 110111 0 1010 1000001 10101001 100110 11001

Color Harmonies of #285950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285950

Black with #285950

Text Example


Text Example

White with #285950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285950; }

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

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

background-color css

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

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

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

border-color css

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

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

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