Html Css Color HEX #296A5D Eden

📋 copy color: '#296A5D'

red 41 ◦ green 106 ◦ blue 93

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

Shades of Eden #296A5D

Tints of Eden #296A5D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 44.17%

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

R = 17.08%
G = 44.17%
B = 38.75%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#296A5D (or 0x296A5D) is known color: Eden. HEX triplet: 29, 6A and 5D. RGB value is (41,106,93). Sum of RGB (Red+Green+Blue) = 41+106+93=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 106 (41.80% from 255 or 44.17% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 106 - color contains mainly: green. Hex color #296A5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296A5D is #D695A2. Grayscale: #555555. Windows color (decimal): -14063011 or 6122025. OLE color: 6122025.

HSL color Cylindrical-coordinate representation of color #296A5D: hue angle of 168º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #296A5D is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB 41 106 93 -
CMYK 0.61 0 0.12 0.58
HSL 168º 0.44% 0.29% -
HSV(B) 168º 0.61% 0.42% -
XYZ 8.04 11.57 12.17 -
YUV 85.08 132.47 96.56 -
System Red Green Blue C M Y K H S L
Decimal 41 106 93 0.61 0 0.12 0.58 168 0.44 0.29
Hex 29 6A 5D 3D 0 C 3A A8 2C 1D
Octal 51 152 135 75 0 14 72 250 54 35
Binary 101001 1101010 1011101 111101 0 1100 111010 10101000 101100 11101

Color Harmonies of #296A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296A5D

Black with #296A5D

Text Example


Text Example

White with #296A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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