Html Css Color HEX #296F50 Evening Sea

📋 copy color: '#296F50'

red 41 ◦ green 111 ◦ blue 80

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

Shades of Evening Sea #296F50

Tints of Evening Sea #296F50

RGB

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

 GREEN value IS 111 (43.75% from 255) = 47.84%

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

R = 17.67%
G = 47.84%
B = 34.48%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#296F50 (or 0x296F50) is known color: Evening Sea. HEX triplet: 29, 6F and 50. RGB value is (41,111,80). Sum of RGB (Red+Green+Blue) = 41+111+80=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 111 (43.75% from 255 or 47.84% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 111 - color contains mainly: green. Hex color #296F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296F50 is #D690AF. Grayscale: #565656. Windows color (decimal): -14061744 or 5271337. OLE color: 5271337.

HSL color Cylindrical-coordinate representation of color #296F50: hue angle of 153.43º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #296F50 is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 111 80 -
CMYK 0.63 0 0.28 0.56
HSL 153.43º 0.46% 0.3% -
HSV(B) 153.43º 0.63% 0.44% -
XYZ 8.05 12.42 9.56 -
YUV 86.54 124.31 95.52 -
System Red Green Blue C M Y K H S L
Decimal 41 111 80 0.63 0 0.28 0.56 153.43 0.46 0.3
Hex 29 6F 50 3F 0 1C 38 99 2E 1E
Octal 51 157 120 77 0 34 70 231 56 36
Binary 101001 1101111 1010000 111111 0 11100 111000 10011001 101110 11110

Color Harmonies of #296F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296F50

Black with #296F50

Text Example


Text Example

White with #296F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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