Html Css Color HEX #296A56 Eden

📋 copy color: '#296A56'

red 41 ◦ green 106 ◦ blue 86

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

Shades of Eden #296A56

Tints of Eden #296A56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 36.91%

R = 17.6%
G = 45.49%
B = 36.91%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.19

 K value IS 0.58

RGB Variations

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

Color information

#296A56 (or 0x296A56) is known color: Eden. HEX triplet: 29, 6A and 56. RGB value is (41,106,86). Sum of RGB (Red+Green+Blue) = 41+106+86=233 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.60% from 233); Green value is 106 (41.80% from 255 or 45.49% from 233); Blue value is 86 (33.98% from 255 or 36.91% from 233); Max value from RGB is 106 - color contains mainly: green. Hex color #296A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296A56 is #D695A9. Grayscale: #545454. Windows color (decimal): -14063018 or 5663273. OLE color: 5663273.

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

Color convert

RGB 41 106 86 -
CMYK 0.61 0 0.19 0.58
HSL 161.54º 0.44% 0.29% -
HSV(B) 161.54º 0.61% 0.42% -
XYZ 7.75 11.45 10.61 -
YUV 84.29 128.97 97.13 -
System Red Green Blue C M Y K H S L
Decimal 41 106 86 0.61 0 0.19 0.58 161.54 0.44 0.29
Hex 29 6A 56 3D 0 13 3A A2 2C 1D
Octal 51 152 126 75 0 23 72 242 54 35
Binary 101001 1101010 1010110 111101 0 10011 111010 10100010 101100 11101

Color Harmonies of #296A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296A56

Black with #296A56

Text Example


Text Example

White with #296A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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