Html Css Color HEX #296B5A Eden

📋 copy color: '#296B5A'

red 41 ◦ green 107 ◦ blue 90

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

Shades of Eden #296B5A

Tints of Eden #296B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 37.82%

R = 17.23%
G = 44.96%
B = 37.82%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#296B5A (or 0x296B5A) is known color: Eden. HEX triplet: 29, 6B and 5A. RGB value is (41,107,90). Sum of RGB (Red+Green+Blue) = 41+107+90=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 107 (42.19% from 255 or 44.96% from 238); Blue value is 90 (35.55% from 255 or 37.82% from 238); Max value from RGB is 107 - color contains mainly: green. Hex color #296B5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296B5A is #D694A5. Grayscale: #555555. Windows color (decimal): -14062758 or 5925673. OLE color: 5925673.

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

Color convert

RGB 41 107 90 -
CMYK 0.62 0 0.16 0.58
HSL 164.55º 0.45% 0.29% -
HSV(B) 164.55º 0.62% 0.42% -
XYZ 8.02 11.72 11.51 -
YUV 85.33 130.63 96.38 -
System Red Green Blue C M Y K H S L
Decimal 41 107 90 0.62 0 0.16 0.58 164.55 0.45 0.29
Hex 29 6B 5A 3E 0 10 3A A5 2D 1D
Octal 51 153 132 76 0 20 72 245 55 35
Binary 101001 1101011 1011010 111110 0 10000 111010 10100101 101101 11101

Color Harmonies of #296B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296B5A

Black with #296B5A

Text Example


Text Example

White with #296B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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