Html Css Color HEX #296B5D Eden

📋 copy color: '#296B5D'

red 41 ◦ green 107 ◦ blue 93

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

Shades of Eden #296B5D

Tints of Eden #296B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 38.59%

R = 17.01%
G = 44.4%
B = 38.59%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#296B5D (or 0x296B5D) is known color: Eden. HEX triplet: 29, 6B and 5D. RGB value is (41,107,93). Sum of RGB (Red+Green+Blue) = 41+107+93=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 107 (42.19% from 255 or 44.40% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 107 - color contains mainly: green. Hex color #296B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296B5D is #D694A2. Grayscale: #555555. Windows color (decimal): -14062755 or 6122281. OLE color: 6122281.

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

Color convert

RGB 41 107 93 -
CMYK 0.62 0 0.13 0.58
HSL 167.27º 0.45% 0.29% -
HSV(B) 167.27º 0.62% 0.42% -
XYZ 8.15 11.78 12.2 -
YUV 85.67 132.13 96.14 -
System Red Green Blue C M Y K H S L
Decimal 41 107 93 0.62 0 0.13 0.58 167.27 0.45 0.29
Hex 29 6B 5D 3E 0 D 3A A7 2D 1D
Octal 51 153 135 76 0 15 72 247 55 35
Binary 101001 1101011 1011101 111110 0 1101 111010 10100111 101101 11101

Color Harmonies of #296B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296B5D

Black with #296B5D

Text Example


Text Example

White with #296B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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