Html Css Color HEX #285F53 Eden

📋 copy color: '#285F53'

red 40 ◦ green 95 ◦ blue 83

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

Shades of Eden #285F53

Tints of Eden #285F53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 38.07%

R = 18.35%
G = 43.58%
B = 38.07%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.13

 K value IS 0.63

RGB Variations

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

Color information

#285F53 (or 0x285F53) is known color: Eden. HEX triplet: 28, 5F and 53. RGB value is (40,95,83). Sum of RGB (Red+Green+Blue) = 40+95+83=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 95 (37.5% from 255 or 43.58% from 218); Blue value is 83 (32.81% from 255 or 38.07% from 218); Max value from RGB is 95 - color contains mainly: green. Hex color #285F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285F53 is #D7A0AC. Grayscale: #4D4D4D. Windows color (decimal): -14131373 or 5463848. OLE color: 5463848.

HSL color Cylindrical-coordinate representation of color #285F53: hue angle of 166.91º 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 #285F53 is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.63.

Color convert

RGB 40 95 83 -
CMYK 0.58 0 0.13 0.63
HSL 166.91º 0.41% 0.26% -
HSV(B) 166.91º 0.58% 0.37% -
XYZ 6.53 9.26 9.63 -
YUV 77.19 131.28 101.48 -
System Red Green Blue C M Y K H S L
Decimal 40 95 83 0.58 0 0.13 0.63 166.91 0.41 0.26
Hex 28 5F 53 3A 0 D 3F A7 29 1A
Octal 50 137 123 72 0 15 77 247 51 32
Binary 101000 1011111 1010011 111010 0 1101 111111 10100111 101001 11010

Color Harmonies of #285F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285F53

Black with #285F53

Text Example


Text Example

White with #285F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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