Html Css Color HEX #296B5B Eden

📋 copy color: '#296B5B'

red 41 ◦ green 107 ◦ blue 91

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

Shades of Eden #296B5B

Tints of Eden #296B5B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 44.77%

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

R = 17.15%
G = 44.77%
B = 38.08%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.15

 K value IS 0.58

RGB Variations

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

Color information

#296B5B (or 0x296B5B) is known color: Eden. HEX triplet: 29, 6B and 5B. RGB value is (41,107,91). Sum of RGB (Red+Green+Blue) = 41+107+91=239 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.15% from 239); Green value is 107 (42.19% from 255 or 44.77% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 107 - color contains mainly: green. Hex color #296B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296B5B is #D694A4. Grayscale: #555555. Windows color (decimal): -14062757 or 5991209. OLE color: 5991209.

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

Color convert

RGB 41 107 91 -
CMYK 0.62 0 0.15 0.58
HSL 165.45º 0.45% 0.29% -
HSV(B) 165.45º 0.62% 0.42% -
XYZ 8.06 11.74 11.74 -
YUV 85.44 131.13 96.3 -
System Red Green Blue C M Y K H S L
Decimal 41 107 91 0.62 0 0.15 0.58 165.45 0.45 0.29
Hex 29 6B 5B 3E 0 F 3A A5 2D 1D
Octal 51 153 133 76 0 17 72 245 55 35
Binary 101001 1101011 1011011 111110 0 1111 111010 10100101 101101 11101

Color Harmonies of #296B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296B5B

Black with #296B5B

Text Example


Text Example

White with #296B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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