Html Css Color HEX #296D60 Eden

📋 copy color: '#296D60'

red 41 ◦ green 109 ◦ blue 96

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

Shades of Eden #296D60

Tints of Eden #296D60

RGB

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

 GREEN value IS 109 (42.97% from 255) = 44.31%

 BLUE value IS 96 (37.89% from 255) = 39.02%

R = 16.67%
G = 44.31%
B = 39.02%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.12

 K value IS 0.57

RGB Variations

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

Color information

#296D60 (or 0x296D60) is known color: Eden. HEX triplet: 29, 6D and 60. RGB value is (41,109,96). Sum of RGB (Red+Green+Blue) = 41+109+96=246 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.67% from 246); Green value is 109 (42.97% from 255 or 44.31% from 246); Blue value is 96 (37.89% from 255 or 39.02% from 246); Max value from RGB is 109 - color contains mainly: green. Hex color #296D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296D60 is #D6929F. Grayscale: #575757. Windows color (decimal): -14062240 or 6319401. OLE color: 6319401.

HSL color Cylindrical-coordinate representation of color #296D60: hue angle of 168.53º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #296D60 is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.57.

Color convert

RGB 41 109 96 -
CMYK 0.62 0 0.12 0.57
HSL 168.53º 0.45% 0.29% -
HSV(B) 168.53º 0.62% 0.43% -
XYZ 8.49 12.25 12.98 -
YUV 87.19 132.97 95.06 -
System Red Green Blue C M Y K H S L
Decimal 41 109 96 0.62 0 0.12 0.57 168.53 0.45 0.29
Hex 29 6D 60 3E 0 C 39 A9 2D 1D
Octal 51 155 140 76 0 14 71 251 55 35
Binary 101001 1101101 1100000 111110 0 1100 111001 10101001 101101 11101

Color Harmonies of #296D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296D60

Black with #296D60

Text Example


Text Example

White with #296D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,109,96); }

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

background-color css

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

 a { background-color: rgb(41,109,96); }

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

border-color css

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

 span { border-color: rgb(41,109,96); }

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