Html Css Color HEX #287052 Evening Sea

📋 copy color: '#287052'

red 40 ◦ green 112 ◦ blue 82

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

Shades of Evening Sea #287052

Tints of Evening Sea #287052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 35.04%

R = 17.09%
G = 47.86%
B = 35.04%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#287052 (or 0x287052) is known color: Evening Sea. HEX triplet: 28, 70 and 52. RGB value is (40,112,82). Sum of RGB (Red+Green+Blue) = 40+112+82=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 112 - color contains mainly: green. Hex color #287052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287052 is #D78FAD. Grayscale: #575757. Windows color (decimal): -14127022 or 5402664. OLE color: 5402664.

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

Color convert

RGB 40 112 82 -
CMYK 0.64 0 0.27 0.56
HSL 155º 0.47% 0.3% -
HSV(B) 155º 0.64% 0.44% -
XYZ 8.19 12.65 9.99 -
YUV 87.05 125.15 94.44 -
System Red Green Blue C M Y K H S L
Decimal 40 112 82 0.64 0 0.27 0.56 155 0.47 0.3
Hex 28 70 52 40 0 1B 38 9B 2F 1E
Octal 50 160 122 100 0 33 70 233 57 36
Binary 101000 1110000 1010010 1000000 0 11011 111000 10011011 101111 11110

Color Harmonies of #287052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287052

Black with #287052

Text Example


Text Example

White with #287052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287052; }

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

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

background-color css

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

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

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

border-color css

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

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

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