Html Css Color HEX #285F5D Eden

📋 copy color: '#285F5D'

red 40 ◦ green 95 ◦ blue 93

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

Shades of Eden #285F5D

Tints of Eden #285F5D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 41.67%

 BLUE value IS 93 (36.72% from 255) = 40.79%

R = 17.54%
G = 41.67%
B = 40.79%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.02

 K value IS 0.63

RGB Variations

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

Color information

#285F5D (or 0x285F5D) is known color: Eden. HEX triplet: 28, 5F and 5D. RGB value is (40,95,93). Sum of RGB (Red+Green+Blue) = 40+95+93=228 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.54% from 228); Green value is 95 (37.5% from 255 or 41.67% from 228); Blue value is 93 (36.72% from 255 or 40.79% from 228); Max value from RGB is 95 - color contains mainly: green. Hex color #285F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285F5D is #D7A0A2. Grayscale: #4E4E4E. Windows color (decimal): -14131363 or 6119208. OLE color: 6119208.

HSL color Cylindrical-coordinate representation of color #285F5D: hue angle of 177.82º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #285F5D is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.63.

Color convert

RGB 40 95 93 -
CMYK 0.58 0 0.02 0.63
HSL 177.82º 0.41% 0.26% -
HSV(B) 177.82º 0.58% 0.37% -
XYZ 6.94 9.43 11.81 -
YUV 78.33 136.28 100.66 -
System Red Green Blue C M Y K H S L
Decimal 40 95 93 0.58 0 0.02 0.63 177.82 0.41 0.26
Hex 28 5F 5D 3A 0 2 3F B2 29 1A
Octal 50 137 135 72 0 2 77 262 51 32
Binary 101000 1011111 1011101 111010 0 10 111111 10110010 101001 11010

Color Harmonies of #285F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285F5D

Black with #285F5D

Text Example


Text Example

White with #285F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285F5D; }

 p { color: rgb(40,95,93); }

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

background-color css

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

 a { background-color: rgb(40,95,93); }

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

border-color css

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

 span { border-color: rgb(40,95,93); }

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