Html Css Color HEX #287055 Evening Sea

📋 copy color: '#287055'

red 40 ◦ green 112 ◦ blue 85

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

Shades of Evening Sea #287055

Tints of Evening Sea #287055

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.26%

 BLUE value IS 85 (33.59% from 255) = 35.86%

R = 16.88%
G = 47.26%
B = 35.86%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#287055 (or 0x287055) is known color: Evening Sea. HEX triplet: 28, 70 and 55. RGB value is (40,112,85). Sum of RGB (Red+Green+Blue) = 40+112+85=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 112 (44.14% from 255 or 47.26% from 237); Blue value is 85 (33.59% from 255 or 35.86% from 237); Max value from RGB is 112 - color contains mainly: green. Hex color #287055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287055 is #D78FAA. Grayscale: #575757. Windows color (decimal): -14127019 or 5599272. OLE color: 5599272.

HSL color Cylindrical-coordinate representation of color #287055: hue angle of 157.5º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #287055 is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB 40 112 85 -
CMYK 0.64 0 0.24 0.56
HSL 157.5º 0.47% 0.3% -
HSV(B) 157.5º 0.64% 0.44% -
XYZ 8.31 12.7 10.61 -
YUV 87.39 126.65 94.2 -
System Red Green Blue C M Y K H S L
Decimal 40 112 85 0.64 0 0.24 0.56 157.5 0.47 0.3
Hex 28 70 55 40 0 18 38 9E 2F 1E
Octal 50 160 125 100 0 30 70 236 57 36
Binary 101000 1110000 1010101 1000000 0 11000 111000 10011110 101111 11110

Color Harmonies of #287055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287055

Black with #287055

Text Example


Text Example

White with #287055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287055; }

 p { color: rgb(40,112,85); }

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

background-color css

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

 a { background-color: rgb(40,112,85); }

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

border-color css

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

 span { border-color: rgb(40,112,85); }

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