Html Css Color HEX #28614C Evening Sea

📋 copy color: '#28614C'

red 40 ◦ green 97 ◦ blue 76

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

Shades of Evening Sea #28614C

Tints of Evening Sea #28614C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 35.68%

R = 18.78%
G = 45.54%
B = 35.68%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#28614C (or 0x28614C) is known color: Evening Sea. HEX triplet: 28, 61 and 4C. RGB value is (40,97,76). Sum of RGB (Red+Green+Blue) = 40+97+76=213 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.78% from 213); Green value is 97 (38.28% from 255 or 45.54% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 97 - color contains mainly: green. Hex color #28614C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28614C is #D79EB3. Grayscale: #4D4D4D. Windows color (decimal): -14130868 or 5005608. OLE color: 5005608.

HSL color Cylindrical-coordinate representation of color #28614C: hue angle of 157.89º 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 #28614C is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB 40 97 76 -
CMYK 0.59 0 0.22 0.62
HSL 157.89º 0.42% 0.27% -
HSV(B) 157.89º 0.59% 0.38% -
XYZ 6.45 9.52 8.34 -
YUV 77.56 127.12 101.21 -
System Red Green Blue C M Y K H S L
Decimal 40 97 76 0.59 0 0.22 0.62 157.89 0.42 0.27
Hex 28 61 4C 3B 0 16 3E 9E 2A 1B
Octal 50 141 114 73 0 26 76 236 52 33
Binary 101000 1100001 1001100 111011 0 10110 111110 10011110 101010 11011

Color Harmonies of #28614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28614C

Black with #28614C

Text Example


Text Example

White with #28614C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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