Html Css Color HEX #296955 Eden

📋 copy color: '#296955'

red 41 ◦ green 105 ◦ blue 85

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

Shades of Eden #296955

Tints of Eden #296955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 36.8%

R = 17.75%
G = 45.45%
B = 36.8%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.19

 K value IS 0.59

RGB Variations

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

Color information

#296955 (or 0x296955) is known color: Eden. HEX triplet: 29, 69 and 55. RGB value is (41,105,85). Sum of RGB (Red+Green+Blue) = 41+105+85=231 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.75% from 231); Green value is 105 (41.41% from 255 or 45.45% from 231); Blue value is 85 (33.59% from 255 or 36.80% from 231); Max value from RGB is 105 - color contains mainly: green. Hex color #296955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296955 is #D696AA. Grayscale: #535353. Windows color (decimal): -14063275 or 5597481. OLE color: 5597481.

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

Color convert

RGB 41 105 85 -
CMYK 0.61 0 0.19 0.59
HSL 161.25º 0.44% 0.29% -
HSV(B) 161.25º 0.61% 0.41% -
XYZ 7.61 11.23 10.36 -
YUV 83.58 128.8 97.63 -
System Red Green Blue C M Y K H S L
Decimal 41 105 85 0.61 0 0.19 0.59 161.25 0.44 0.29
Hex 29 69 55 3D 0 13 3B A1 2C 1D
Octal 51 151 125 75 0 23 73 241 54 35
Binary 101001 1101001 1010101 111101 0 10011 111011 10100001 101100 11101

Color Harmonies of #296955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296955

Black with #296955

Text Example


Text Example

White with #296955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296955; }

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

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

background-color css

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

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

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

border-color css

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

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

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