Html Css Color HEX #296A64 Eden

📋 copy color: '#296A64'

red 41 ◦ green 106 ◦ blue 100

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

Shades of Eden #296A64

Tints of Eden #296A64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 40.49%

R = 16.6%
G = 42.91%
B = 40.49%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.06

 K value IS 0.58

RGB Variations

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

Color information

#296A64 (or 0x296A64) is known color: Eden. HEX triplet: 29, 6A and 64. RGB value is (41,106,100). Sum of RGB (Red+Green+Blue) = 41+106+100=247 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.60% from 247); Green value is 106 (41.80% from 255 or 42.91% from 247); Blue value is 100 (39.45% from 255 or 40.49% from 247); Max value from RGB is 106 - color contains mainly: green. Hex color #296A64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296A64 is #D6959B. Grayscale: #555555. Windows color (decimal): -14063004 or 6580777. OLE color: 6580777.

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

Color convert

RGB 41 106 100 -
CMYK 0.61 0 0.06 0.58
HSL 174.46º 0.44% 0.29% -
HSV(B) 174.46º 0.61% 0.42% -
XYZ 8.37 11.7 13.87 -
YUV 85.88 135.97 95.99 -
System Red Green Blue C M Y K H S L
Decimal 41 106 100 0.61 0 0.06 0.58 174.46 0.44 0.29
Hex 29 6A 64 3D 0 6 3A AE 2C 1D
Octal 51 152 144 75 0 6 72 256 54 35
Binary 101001 1101010 1100100 111101 0 110 111010 10101110 101100 11101

Color Harmonies of #296A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296A64

Black with #296A64

Text Example


Text Example

White with #296A64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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