Html Css Color HEX #285A49 Evening Sea

📋 copy color: '#285A49'

red 40 ◦ green 90 ◦ blue 73

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

Shades of Evening Sea #285A49

Tints of Evening Sea #285A49

RGB

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

 GREEN value IS 90 (35.55% from 255) = 44.33%

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

R = 19.7%
G = 44.33%
B = 35.96%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#285A49 (or 0x285A49) is known color: Evening Sea. HEX triplet: 28, 5A and 49. RGB value is (40,90,73). Sum of RGB (Red+Green+Blue) = 40+90+73=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 90 (35.55% from 255 or 44.33% from 203); Blue value is 73 (28.91% from 255 or 35.96% from 203); Max value from RGB is 90 - color contains mainly: green. Hex color #285A49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285A49 is #D7A5B6. Grayscale: #494949. Windows color (decimal): -14132663 or 4807208. OLE color: 4807208.

HSL color Cylindrical-coordinate representation of color #285A49: hue angle of 159.6º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #285A49 is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB 40 90 73 -
CMYK 0.56 0 0.19 0.65
HSL 159.6º 0.38% 0.25% -
HSV(B) 159.6º 0.56% 0.35% -
XYZ 5.73 8.24 7.59 -
YUV 73.11 127.94 104.38 -
System Red Green Blue C M Y K H S L
Decimal 40 90 73 0.56 0 0.19 0.65 159.6 0.38 0.25
Hex 28 5A 49 38 0 13 41 A0 26 19
Octal 50 132 111 70 0 23 101 240 46 31
Binary 101000 1011010 1001001 111000 0 10011 1000001 10100000 100110 11001

Color Harmonies of #285A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285A49

Black with #285A49

Text Example


Text Example

White with #285A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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