Html Css Color HEX #28614D Evening Sea

📋 copy color: '#28614D'

red 40 ◦ green 97 ◦ blue 77

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

Shades of Evening Sea #28614D

Tints of Evening Sea #28614D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 45.33%

 BLUE value IS 77 (30.47% from 255) = 35.98%

R = 18.69%
G = 45.33%
B = 35.98%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#28614D (or 0x28614D) is known color: Evening Sea. HEX triplet: 28, 61 and 4D. RGB value is (40,97,77). Sum of RGB (Red+Green+Blue) = 40+97+77=214 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.69% from 214); Green value is 97 (38.28% from 255 or 45.33% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 97 - color contains mainly: green. Hex color #28614D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28614D is #D79EB2. Grayscale: #4D4D4D. Windows color (decimal): -14130867 or 5071144. OLE color: 5071144.

HSL color Cylindrical-coordinate representation of color #28614D: hue angle of 158.95º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #28614D is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 40 97 77 -
CMYK 0.59 0 0.21 0.62
HSL 158.95º 0.42% 0.27% -
HSV(B) 158.95º 0.59% 0.38% -
XYZ 6.49 9.54 8.52 -
YUV 77.68 127.62 101.13 -
System Red Green Blue C M Y K H S L
Decimal 40 97 77 0.59 0 0.21 0.62 158.95 0.42 0.27
Hex 28 61 4D 3B 0 15 3E 9F 2A 1B
Octal 50 141 115 73 0 25 76 237 52 33
Binary 101000 1100001 1001101 111011 0 10101 111110 10011111 101010 11011

Color Harmonies of #28614D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28614D

Black with #28614D

Text Example


Text Example

White with #28614D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28614D; }

 p { color: rgb(40,97,77); }

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

background-color css

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

 a { background-color: rgb(40,97,77); }

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

border-color css

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

 span { border-color: rgb(40,97,77); }

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