Html Css Color HEX #296660 Eden

📋 copy color: '#296660'

red 41 ◦ green 102 ◦ blue 96

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

Shades of Eden #296660

Tints of Eden #296660

RGB

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

 GREEN value IS 102 (40.23% from 255) = 42.68%

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

R = 17.15%
G = 42.68%
B = 40.17%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.06

 K value IS 0.6

RGB Variations

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

Color information

#296660 (or 0x296660) is known color: Eden. HEX triplet: 29, 66 and 60. RGB value is (41,102,96). Sum of RGB (Red+Green+Blue) = 41+102+96=239 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.15% from 239); Green value is 102 (40.23% from 255 or 42.68% from 239); Blue value is 96 (37.89% from 255 or 40.17% from 239); Max value from RGB is 102 - color contains mainly: green. Hex color #296660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296660 is #D6999F. Grayscale: #535353. Windows color (decimal): -14064032 or 6317609. OLE color: 6317609.

HSL color Cylindrical-coordinate representation of color #296660: hue angle of 174.1º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #296660 is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.6.

Color convert

RGB 41 102 96 -
CMYK 0.60 0 0.06 0.6
HSL 174.1º 0.43% 0.28% -
HSV(B) 174.1º 0.6% 0.4% -
XYZ 7.78 10.82 12.74 -
YUV 83.08 135.29 97.99 -
System Red Green Blue C M Y K H S L
Decimal 41 102 96 0.60 0 0.06 0.6 174.1 0.43 0.28
Hex 29 66 60 3C 0 6 3C AE 2B 1C
Octal 51 146 140 74 0 6 74 256 53 34
Binary 101001 1100110 1100000 111100 0 110 111100 10101110 101011 11100

Color Harmonies of #296660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296660

Black with #296660

Text Example


Text Example

White with #296660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296660; }

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

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

background-color css

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

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

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

border-color css

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

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

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