Html Css Color HEX #285349 Evening Sea

📋 copy color: '#285349'

red 40 ◦ green 83 ◦ blue 73

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

Shades of Evening Sea #285349

Tints of Evening Sea #285349

RGB

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

 GREEN value IS 83 (32.81% from 255) = 42.35%

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

R = 20.41%
G = 42.35%
B = 37.24%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#285349 (or 0x285349) is known color: Evening Sea. HEX triplet: 28, 53 and 49. RGB value is (40,83,73). Sum of RGB (Red+Green+Blue) = 40+83+73=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 73 (28.91% from 255 or 37.24% from 196); Max value from RGB is 83 - color contains mainly: green. Hex color #285349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285349 is #D7ACB6. Grayscale: #454545. Windows color (decimal): -14134455 or 4805416. OLE color: 4805416.

HSL color Cylindrical-coordinate representation of color #285349: hue angle of 166.05º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #285349 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 40 83 73 -
CMYK 0.52 0 0.12 0.67
HSL 166.05º 0.35% 0.24% -
HSV(B) 166.05º 0.52% 0.33% -
XYZ 5.17 7.12 7.4 -
YUV 69 130.25 107.31 -
System Red Green Blue C M Y K H S L
Decimal 40 83 73 0.52 0 0.12 0.67 166.05 0.35 0.24
Hex 28 53 49 34 0 C 43 A6 23 18
Octal 50 123 111 64 0 14 103 246 43 30
Binary 101000 1010011 1001001 110100 0 1100 1000011 10100110 100011 11000

Color Harmonies of #285349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285349

Black with #285349

Text Example


Text Example

White with #285349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285349; }

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

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

background-color css

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

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

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

border-color css

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

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

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