Html Css Color HEX #285846 Evening Sea

📋 copy color: '#285846'

red 40 ◦ green 88 ◦ blue 70

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

Shades of Evening Sea #285846

Tints of Evening Sea #285846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 35.35%

R = 20.2%
G = 44.44%
B = 35.35%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#285846 (or 0x285846) is known color: Evening Sea. HEX triplet: 28, 58 and 46. RGB value is (40,88,70). Sum of RGB (Red+Green+Blue) = 40+88+70=198 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.20% from 198); Green value is 88 (34.77% from 255 or 44.44% from 198); Blue value is 70 (27.73% from 255 or 35.35% from 198); Max value from RGB is 88 - color contains mainly: green. Hex color #285846 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285846 is #D7A7B9. Grayscale: #474747. Windows color (decimal): -14133178 or 4610088. OLE color: 4610088.

HSL color Cylindrical-coordinate representation of color #285846: hue angle of 157.5º 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 #285846 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB 40 88 70 -
CMYK 0.55 0 0.20 0.65
HSL 157.5º 0.38% 0.25% -
HSV(B) 157.5º 0.55% 0.35% -
XYZ 5.47 7.87 7.03 -
YUV 71.6 127.1 105.46 -
System Red Green Blue C M Y K H S L
Decimal 40 88 70 0.55 0 0.20 0.65 157.5 0.38 0.25
Hex 28 58 46 37 0 14 41 9E 26 19
Octal 50 130 106 67 0 24 101 236 46 31
Binary 101000 1011000 1000110 110111 0 10100 1000001 10011110 100110 11001

Color Harmonies of #285846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285846

Black with #285846

Text Example


Text Example

White with #285846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285846; }

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

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

background-color css

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

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

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

border-color css

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

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

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