Html Css Color HEX #285B49 Evening Sea

📋 copy color: '#285B49'

red 40 ◦ green 91 ◦ blue 73

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

Shades of Evening Sea #285B49

Tints of Evening Sea #285B49

RGB

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

 GREEN value IS 91 (35.94% from 255) = 44.61%

 BLUE value IS 73 (28.91% from 255) = 35.78%

R = 19.61%
G = 44.61%
B = 35.78%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.20

 K value IS 0.64

RGB Variations

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

Color information

#285B49 (or 0x285B49) is known color: Evening Sea. HEX triplet: 28, 5B and 49. RGB value is (40,91,73). Sum of RGB (Red+Green+Blue) = 40+91+73=204 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.61% from 204); Green value is 91 (35.94% from 255 or 44.61% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 91 - color contains mainly: green. Hex color #285B49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285B49 is #D7A4B6. Grayscale: #494949. Windows color (decimal): -14132407 or 4807464. OLE color: 4807464.

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

Color convert

RGB 40 91 73 -
CMYK 0.56 0 0.20 0.64
HSL 158.82º 0.39% 0.26% -
HSV(B) 158.82º 0.56% 0.36% -
XYZ 5.82 8.41 7.62 -
YUV 73.7 127.6 103.96 -
System Red Green Blue C M Y K H S L
Decimal 40 91 73 0.56 0 0.20 0.64 158.82 0.39 0.26
Hex 28 5B 49 38 0 14 40 9F 27 1A
Octal 50 133 111 70 0 24 100 237 47 32
Binary 101000 1011011 1001001 111000 0 10100 1000000 10011111 100111 11010

Color Harmonies of #285B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285B49

Black with #285B49

Text Example


Text Example

White with #285B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,91,73); }

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

background-color css

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

 a { background-color: rgb(40,91,73); }

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

border-color css

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

 span { border-color: rgb(40,91,73); }

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