Html Css Color HEX #296F52 Evening Sea

📋 copy color: '#296F52'

red 41 ◦ green 111 ◦ blue 82

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

Shades of Evening Sea #296F52

Tints of Evening Sea #296F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 35.04%

R = 17.52%
G = 47.44%
B = 35.04%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#296F52 (or 0x296F52) is known color: Evening Sea. HEX triplet: 29, 6F and 52. RGB value is (41,111,82). Sum of RGB (Red+Green+Blue) = 41+111+82=234 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.52% from 234); Green value is 111 (43.75% from 255 or 47.44% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 111 - color contains mainly: green. Hex color #296F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296F52 is #D690AD. Grayscale: #565656. Windows color (decimal): -14061742 or 5402409. OLE color: 5402409.

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

Color convert

RGB 41 111 82 -
CMYK 0.63 0 0.26 0.56
HSL 155.14º 0.46% 0.3% -
HSV(B) 155.14º 0.63% 0.44% -
XYZ 8.12 12.45 9.96 -
YUV 86.76 125.31 95.36 -
System Red Green Blue C M Y K H S L
Decimal 41 111 82 0.63 0 0.26 0.56 155.14 0.46 0.3
Hex 29 6F 52 3F 0 1A 38 9B 2E 1E
Octal 51 157 122 77 0 32 70 233 56 36
Binary 101001 1101111 1010010 111111 0 11010 111000 10011011 101110 11110

Color Harmonies of #296F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296F52

Black with #296F52

Text Example


Text Example

White with #296F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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