Html Css Color HEX #296B5C Eden

📋 copy color: '#296B5C'

red 41 ◦ green 107 ◦ blue 92

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

Shades of Eden #296B5C

Tints of Eden #296B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 38.33%

R = 17.08%
G = 44.58%
B = 38.33%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#296B5C (or 0x296B5C) is known color: Eden. HEX triplet: 29, 6B and 5C. RGB value is (41,107,92). Sum of RGB (Red+Green+Blue) = 41+107+92=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 107 (42.19% from 255 or 44.58% from 240); Blue value is 92 (36.33% from 255 or 38.33% from 240); Max value from RGB is 107 - color contains mainly: green. Hex color #296B5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296B5C is #D694A3. Grayscale: #555555. Windows color (decimal): -14062756 or 6056745. OLE color: 6056745.

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

Color convert

RGB 41 107 92 -
CMYK 0.62 0 0.14 0.58
HSL 166.36º 0.45% 0.29% -
HSV(B) 166.36º 0.62% 0.42% -
XYZ 8.1 11.76 11.97 -
YUV 85.56 131.63 96.22 -
System Red Green Blue C M Y K H S L
Decimal 41 107 92 0.62 0 0.14 0.58 166.36 0.45 0.29
Hex 29 6B 5C 3E 0 E 3A A6 2D 1D
Octal 51 153 134 76 0 16 72 246 55 35
Binary 101001 1101011 1011100 111110 0 1110 111010 10100110 101101 11101

Color Harmonies of #296B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296B5C

Black with #296B5C

Text Example


Text Example

White with #296B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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