Html Css Color HEX #285848 Evening Sea

📋 copy color: '#285848'

red 40 ◦ green 88 ◦ blue 72

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

Shades of Evening Sea #285848

Tints of Evening Sea #285848

RGB

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

 GREEN value IS 88 (34.77% from 255) = 44%

 BLUE value IS 72 (28.52% from 255) = 36%

R = 20%
G = 44%
B = 36%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#285848 (or 0x285848) is known color: Evening Sea. HEX triplet: 28, 58 and 48. RGB value is (40,88,72). Sum of RGB (Red+Green+Blue) = 40+88+72=200 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20% from 200); Green value is 88 (34.77% from 255 or 44% from 200); Blue value is 72 (28.52% from 255 or 36% from 200); Max value from RGB is 88 - color contains mainly: green. Hex color #285848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285848 is #D7A7B7. Grayscale: #474747. Windows color (decimal): -14133176 or 4741160. OLE color: 4741160.

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

Color convert

RGB 40 88 72 -
CMYK 0.55 0 0.18 0.65
HSL 160º 0.38% 0.25% -
HSV(B) 160º 0.55% 0.35% -
XYZ 5.53 7.9 7.36 -
YUV 71.82 128.1 105.3 -
System Red Green Blue C M Y K H S L
Decimal 40 88 72 0.55 0 0.18 0.65 160 0.38 0.25
Hex 28 58 48 37 0 12 41 A0 26 19
Octal 50 130 110 67 0 22 101 240 46 31
Binary 101000 1011000 1001000 110111 0 10010 1000001 10100000 100110 11001

Color Harmonies of #285848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285848

Black with #285848

Text Example


Text Example

White with #285848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285848; }

 p { color: rgb(40,88,72); }

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

background-color css

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

 a { background-color: rgb(40,88,72); }

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

border-color css

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

 span { border-color: rgb(40,88,72); }

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