Html Css Color HEX #296C50 Evening Sea

📋 copy color: '#296C50'

red 41 ◦ green 108 ◦ blue 80

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

Shades of Evening Sea #296C50

Tints of Evening Sea #296C50

RGB

 RED value IS 41 (16.41% from 255) = 17.9%

 GREEN value IS 108 (42.58% from 255) = 47.16%

 BLUE value IS 80 (31.64% from 255) = 34.93%

R = 17.9%
G = 47.16%
B = 34.93%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.26

 K value IS 0.58

RGB Variations

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

Color information

#296C50 (or 0x296C50) is known color: Evening Sea. HEX triplet: 29, 6C and 50. RGB value is (41,108,80). Sum of RGB (Red+Green+Blue) = 41+108+80=229 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.90% from 229); Green value is 108 (42.58% from 255 or 47.16% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 108 - color contains mainly: green. Hex color #296C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296C50 is #D693AF. Grayscale: #545454. Windows color (decimal): -14062512 or 5270569. OLE color: 5270569.

HSL color Cylindrical-coordinate representation of color #296C50: hue angle of 154.93º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #296C50 is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB 41 108 80 -
CMYK 0.62 0 0.26 0.58
HSL 154.93º 0.45% 0.29% -
HSV(B) 154.93º 0.62% 0.42% -
XYZ 7.72 11.78 9.46 -
YUV 84.78 125.3 96.78 -
System Red Green Blue C M Y K H S L
Decimal 41 108 80 0.62 0 0.26 0.58 154.93 0.45 0.29
Hex 29 6C 50 3E 0 1A 3A 9B 2D 1D
Octal 51 154 120 76 0 32 72 233 55 35
Binary 101001 1101100 1010000 111110 0 11010 111010 10011011 101101 11101

Color Harmonies of #296C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296C50

Black with #296C50

Text Example


Text Example

White with #296C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296C50; }

 p { color: rgb(41,108,80); }

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

background-color css

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

 a { background-color: rgb(41,108,80); }

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

border-color css

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

 span { border-color: rgb(41,108,80); }

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