Html Css Color HEX #296A5B Eden

📋 copy color: '#296A5B'

red 41 ◦ green 106 ◦ blue 91

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

Shades of Eden #296A5B

Tints of Eden #296A5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 38.24%

R = 17.23%
G = 44.54%
B = 38.24%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#296A5B (or 0x296A5B) is known color: Eden. HEX triplet: 29, 6A and 5B. RGB value is (41,106,91). Sum of RGB (Red+Green+Blue) = 41+106+91=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 106 (41.80% from 255 or 44.54% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 106 - color contains mainly: green. Hex color #296A5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296A5B is #D695A4. Grayscale: #545454. Windows color (decimal): -14063013 or 5990953. OLE color: 5990953.

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

Color convert

RGB 41 106 91 -
CMYK 0.61 0 0.14 0.58
HSL 166.15º 0.44% 0.29% -
HSV(B) 166.15º 0.61% 0.42% -
XYZ 7.96 11.53 11.7 -
YUV 84.86 131.47 96.72 -
System Red Green Blue C M Y K H S L
Decimal 41 106 91 0.61 0 0.14 0.58 166.15 0.44 0.29
Hex 29 6A 5B 3D 0 E 3A A6 2C 1D
Octal 51 152 133 75 0 16 72 246 54 35
Binary 101001 1101010 1011011 111101 0 1110 111010 10100110 101100 11101

Color Harmonies of #296A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296A5B

Black with #296A5B

Text Example


Text Example

White with #296A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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