Html Css Color HEX #285D55 Eden

📋 copy color: '#285D55'

red 40 ◦ green 93 ◦ blue 85

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

Shades of Eden #285D55

Tints of Eden #285D55

RGB

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

 GREEN value IS 93 (36.72% from 255) = 42.66%

 BLUE value IS 85 (33.59% from 255) = 38.99%

R = 18.35%
G = 42.66%
B = 38.99%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.09

 K value IS 0.64

RGB Variations

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

Color information

#285D55 (or 0x285D55) is known color: Eden. HEX triplet: 28, 5D and 55. RGB value is (40,93,85). Sum of RGB (Red+Green+Blue) = 40+93+85=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 93 (36.72% from 255 or 42.66% from 218); Blue value is 85 (33.59% from 255 or 38.99% from 218); Max value from RGB is 93 - color contains mainly: green. Hex color #285D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285D55 is #D7A2AA. Grayscale: #4C4C4C. Windows color (decimal): -14131883 or 5594408. OLE color: 5594408.

HSL color Cylindrical-coordinate representation of color #285D55: hue angle of 170.94º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #285D55 is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.64.

Color convert

RGB 40 93 85 -
CMYK 0.57 0 0.09 0.64
HSL 170.94º 0.4% 0.26% -
HSV(B) 170.94º 0.57% 0.36% -
XYZ 6.43 8.94 9.98 -
YUV 76.24 132.94 102.15 -
System Red Green Blue C M Y K H S L
Decimal 40 93 85 0.57 0 0.09 0.64 170.94 0.4 0.26
Hex 28 5D 55 39 0 9 40 AB 28 1A
Octal 50 135 125 71 0 11 100 253 50 32
Binary 101000 1011101 1010101 111001 0 1001 1000000 10101011 101000 11010

Color Harmonies of #285D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285D55

Black with #285D55

Text Example


Text Example

White with #285D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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