Html Css Color HEX #296C52 Evening Sea

📋 copy color: '#296C52'

red 41 ◦ green 108 ◦ blue 82

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

Shades of Evening Sea #296C52

Tints of Evening Sea #296C52

RGB

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

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

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

R = 17.75%
G = 46.75%
B = 35.5%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.24

 K value IS 0.58

RGB Variations

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

Color information

#296C52 (or 0x296C52) is known color: Evening Sea. HEX triplet: 29, 6C and 52. RGB value is (41,108,82). Sum of RGB (Red+Green+Blue) = 41+108+82=231 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.75% from 231); Green value is 108 (42.58% from 255 or 46.75% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 108 - color contains mainly: green. Hex color #296C52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296C52 is #D693AD. Grayscale: #555555. Windows color (decimal): -14062510 or 5401641. OLE color: 5401641.

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

Color convert

RGB 41 108 82 -
CMYK 0.62 0 0.24 0.58
HSL 156.72º 0.45% 0.29% -
HSV(B) 156.72º 0.62% 0.42% -
XYZ 7.8 11.81 9.85 -
YUV 85 126.3 96.61 -
System Red Green Blue C M Y K H S L
Decimal 41 108 82 0.62 0 0.24 0.58 156.72 0.45 0.29
Hex 29 6C 52 3E 0 18 3A 9D 2D 1D
Octal 51 154 122 76 0 30 72 235 55 35
Binary 101001 1101100 1010010 111110 0 11000 111010 10011101 101101 11101

Color Harmonies of #296C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296C52

Black with #296C52

Text Example


Text Example

White with #296C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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