Html Css Color HEX #296960 Eden

📋 copy color: '#296960'

red 41 ◦ green 105 ◦ blue 96

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

Shades of Eden #296960

Tints of Eden #296960

RGB

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

 GREEN value IS 105 (41.41% from 255) = 43.39%

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

R = 16.94%
G = 43.39%
B = 39.67%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#296960 (or 0x296960) is known color: Eden. HEX triplet: 29, 69 and 60. RGB value is (41,105,96). Sum of RGB (Red+Green+Blue) = 41+105+96=242 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.94% from 242); Green value is 105 (41.41% from 255 or 43.39% from 242); Blue value is 96 (37.89% from 255 or 39.67% from 242); Max value from RGB is 105 - color contains mainly: green. Hex color #296960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296960 is #D6969F. Grayscale: #545454. Windows color (decimal): -14063264 or 6318377. OLE color: 6318377.

HSL color Cylindrical-coordinate representation of color #296960: hue angle of 171.56º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #296960 is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB 41 105 96 -
CMYK 0.61 0 0.09 0.59
HSL 171.56º 0.44% 0.29% -
HSV(B) 171.56º 0.61% 0.41% -
XYZ 8.08 11.42 12.84 -
YUV 84.84 134.3 96.73 -
System Red Green Blue C M Y K H S L
Decimal 41 105 96 0.61 0 0.09 0.59 171.56 0.44 0.29
Hex 29 69 60 3D 0 9 3B AC 2C 1D
Octal 51 151 140 75 0 11 73 254 54 35
Binary 101001 1101001 1100000 111101 0 1001 111011 10101100 101100 11101

Color Harmonies of #296960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296960

Black with #296960

Text Example


Text Example

White with #296960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296960; }

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

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

background-color css

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

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

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

border-color css

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

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

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