Html Css Color HEX #296F54 Evening Sea

📋 copy color: '#296F54'

red 41 ◦ green 111 ◦ blue 84

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

Shades of Evening Sea #296F54

Tints of Evening Sea #296F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 35.59%

R = 17.37%
G = 47.03%
B = 35.59%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#296F54 (or 0x296F54) is known color: Evening Sea. HEX triplet: 29, 6F and 54. RGB value is (41,111,84). Sum of RGB (Red+Green+Blue) = 41+111+84=236 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.37% from 236); Green value is 111 (43.75% from 255 or 47.03% from 236); Blue value is 84 (33.20% from 255 or 35.59% from 236); Max value from RGB is 111 - color contains mainly: green. Hex color #296F54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296F54 is #D690AB. Grayscale: #575757. Windows color (decimal): -14061740 or 5533481. OLE color: 5533481.

HSL color Cylindrical-coordinate representation of color #296F54: hue angle of 156.86º 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 #296F54 is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 111 84 -
CMYK 0.63 0 0.24 0.56
HSL 156.86º 0.46% 0.3% -
HSV(B) 156.86º 0.63% 0.44% -
XYZ 8.2 12.48 10.36 -
YUV 86.99 126.31 95.2 -
System Red Green Blue C M Y K H S L
Decimal 41 111 84 0.63 0 0.24 0.56 156.86 0.46 0.3
Hex 29 6F 54 3F 0 18 38 9D 2E 1E
Octal 51 157 124 77 0 30 70 235 56 36
Binary 101001 1101111 1010100 111111 0 11000 111000 10011101 101110 11110

Color Harmonies of #296F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296F54

Black with #296F54

Text Example


Text Example

White with #296F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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