Html Css Color HEX #285946 Evening Sea

📋 copy color: '#285946'

red 40 ◦ green 89 ◦ blue 70

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

Shades of Evening Sea #285946

Tints of Evening Sea #285946

RGB

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

 GREEN value IS 89 (35.16% from 255) = 44.72%

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

R = 20.1%
G = 44.72%
B = 35.18%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.21

 K value IS 0.65

RGB Variations

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

Color information

#285946 (or 0x285946) is known color: Evening Sea. HEX triplet: 28, 59 and 46. RGB value is (40,89,70). Sum of RGB (Red+Green+Blue) = 40+89+70=199 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.10% from 199); Green value is 89 (35.16% from 255 or 44.72% from 199); Blue value is 70 (27.73% from 255 or 35.18% from 199); Max value from RGB is 89 - color contains mainly: green. Hex color #285946 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285946 is #D7A6B9. Grayscale: #484848. Windows color (decimal): -14132922 or 4610344. OLE color: 4610344.

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

Color convert

RGB 40 89 70 -
CMYK 0.55 0 0.21 0.65
HSL 156.73º 0.38% 0.25% -
HSV(B) 156.73º 0.55% 0.35% -
XYZ 5.55 8.04 7.05 -
YUV 72.18 126.77 105.04 -
System Red Green Blue C M Y K H S L
Decimal 40 89 70 0.55 0 0.21 0.65 156.73 0.38 0.25
Hex 28 59 46 37 0 15 41 9D 26 19
Octal 50 131 106 67 0 25 101 235 46 31
Binary 101000 1011001 1000110 110111 0 10101 1000001 10011101 100110 11001

Color Harmonies of #285946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285946

Black with #285946

Text Example


Text Example

White with #285946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285946; }

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

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

background-color css

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

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

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

border-color css

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

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

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