Html Css Color HEX #296A5E Eden

📋 copy color: '#296A5E'

red 41 ◦ green 106 ◦ blue 94

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

Shades of Eden #296A5E

Tints of Eden #296A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 39%

R = 17.01%
G = 43.98%
B = 39%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#296A5E (or 0x296A5E) is known color: Eden. HEX triplet: 29, 6A and 5E. RGB value is (41,106,94). Sum of RGB (Red+Green+Blue) = 41+106+94=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 106 (41.80% from 255 or 43.98% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 106 - color contains mainly: green. Hex color #296A5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296A5E is #D695A1. Grayscale: #555555. Windows color (decimal): -14063010 or 6187561. OLE color: 6187561.

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

Color convert

RGB 41 106 94 -
CMYK 0.61 0 0.11 0.58
HSL 168.92º 0.44% 0.29% -
HSV(B) 168.92º 0.61% 0.42% -
XYZ 8.09 11.59 12.4 -
YUV 85.2 132.97 96.48 -
System Red Green Blue C M Y K H S L
Decimal 41 106 94 0.61 0 0.11 0.58 168.92 0.44 0.29
Hex 29 6A 5E 3D 0 B 3A A9 2C 1D
Octal 51 152 136 75 0 13 72 251 54 35
Binary 101001 1101010 1011110 111101 0 1011 111010 10101001 101100 11101

Color Harmonies of #296A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296A5E

Black with #296A5E

Text Example


Text Example

White with #296A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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