Html Css Color HEX #296C5C Eden

📋 copy color: '#296C5C'

red 41 ◦ green 108 ◦ blue 92

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

Shades of Eden #296C5C

Tints of Eden #296C5C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 44.81%

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

R = 17.01%
G = 44.81%
B = 38.17%

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

#296C5C (or 0x296C5C) is known color: Eden. HEX triplet: 29, 6C and 5C. RGB value is (41,108,92). Sum of RGB (Red+Green+Blue) = 41+108+92=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 108 (42.58% from 255 or 44.81% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 108 - color contains mainly: green. Hex color #296C5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296C5C is #D693A3. Grayscale: #565656. Windows color (decimal): -14062500 or 6057001. OLE color: 6057001.

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

Color convert

RGB 41 108 92 -
CMYK 0.62 0 0.15 0.58
HSL 165.67º 0.45% 0.29% -
HSV(B) 165.67º 0.62% 0.42% -
XYZ 8.21 11.97 12 -
YUV 86.14 131.3 95.8 -
System Red Green Blue C M Y K H S L
Decimal 41 108 92 0.62 0 0.15 0.58 165.67 0.45 0.29
Hex 29 6C 5C 3E 0 F 3A A6 2D 1D
Octal 51 154 134 76 0 17 72 246 55 35
Binary 101001 1101100 1011100 111110 0 1111 111010 10100110 101101 11101

Color Harmonies of #296C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296C5C

Black with #296C5C

Text Example


Text Example

White with #296C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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