Html Css Color HEX #287053 Evening Sea

📋 copy color: '#287053'

red 40 ◦ green 112 ◦ blue 83

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

Shades of Evening Sea #287053

Tints of Evening Sea #287053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 35.32%

R = 17.02%
G = 47.66%
B = 35.32%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#287053 (or 0x287053) is known color: Evening Sea. HEX triplet: 28, 70 and 53. RGB value is (40,112,83). Sum of RGB (Red+Green+Blue) = 40+112+83=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 83 (32.81% from 255 or 35.32% from 235); Max value from RGB is 112 - color contains mainly: green. Hex color #287053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287053 is #D78FAC. Grayscale: #575757. Windows color (decimal): -14127021 or 5468200. OLE color: 5468200.

HSL color Cylindrical-coordinate representation of color #287053: hue angle of 155.83º 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 #287053 is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB 40 112 83 -
CMYK 0.64 0 0.26 0.56
HSL 155.83º 0.47% 0.3% -
HSV(B) 155.83º 0.64% 0.44% -
XYZ 8.23 12.66 10.19 -
YUV 87.17 125.65 94.36 -
System Red Green Blue C M Y K H S L
Decimal 40 112 83 0.64 0 0.26 0.56 155.83 0.47 0.3
Hex 28 70 53 40 0 1A 38 9C 2F 1E
Octal 50 160 123 100 0 32 70 234 57 36
Binary 101000 1110000 1010011 1000000 0 11010 111000 10011100 101111 11110

Color Harmonies of #287053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287053

Black with #287053

Text Example


Text Example

White with #287053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287053; }

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

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

background-color css

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

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

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

border-color css

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

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

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