Html Css Color HEX #296A50 Evening Sea

📋 copy color: '#296A50'

red 41 ◦ green 106 ◦ blue 80

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

Shades of Evening Sea #296A50

Tints of Evening Sea #296A50

RGB

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

 GREEN value IS 106 (41.8% from 255) = 46.7%

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

R = 18.06%
G = 46.7%
B = 35.24%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#296A50 (or 0x296A50) is known color: Evening Sea. HEX triplet: 29, 6A and 50. RGB value is (41,106,80). Sum of RGB (Red+Green+Blue) = 41+106+80=227 (30% of max value = 765). Red value is 41 (16.41% from 255 or 18.06% from 227); Green value is 106 (41.80% from 255 or 46.70% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 106 - color contains mainly: green. Hex color #296A50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296A50 is #D695AF. Grayscale: #535353. Windows color (decimal): -14063024 or 5270057. OLE color: 5270057.

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

Color convert

RGB 41 106 80 -
CMYK 0.61 0 0.25 0.58
HSL 156º 0.44% 0.29% -
HSV(B) 156º 0.61% 0.42% -
XYZ 7.52 11.36 9.39 -
YUV 83.6 125.97 97.61 -
System Red Green Blue C M Y K H S L
Decimal 41 106 80 0.61 0 0.25 0.58 156 0.44 0.29
Hex 29 6A 50 3D 0 19 3A 9C 2C 1D
Octal 51 152 120 75 0 31 72 234 54 35
Binary 101001 1101010 1010000 111101 0 11001 111010 10011100 101100 11101

Color Harmonies of #296A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296A50

Black with #296A50

Text Example


Text Example

White with #296A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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