Html Css Color HEX #29694D Evening Sea

📋 copy color: '#29694D'

red 41 ◦ green 105 ◦ blue 77

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

Shades of Evening Sea #29694D

Tints of Evening Sea #29694D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 34.53%

R = 18.39%
G = 47.09%
B = 34.53%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#29694D (or 0x29694D) is known color: Evening Sea. HEX triplet: 29, 69 and 4D. RGB value is (41,105,77). Sum of RGB (Red+Green+Blue) = 41+105+77=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 105 (41.41% from 255 or 47.09% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 105 - color contains mainly: green. Hex color #29694D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29694D is #D696B2. Grayscale: #525252. Windows color (decimal): -14063283 or 5073193. OLE color: 5073193.

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

Color convert

RGB 41 105 77 -
CMYK 0.61 0 0.27 0.59
HSL 153.75º 0.44% 0.29% -
HSV(B) 153.75º 0.61% 0.41% -
XYZ 7.31 11.11 8.78 -
YUV 82.67 124.8 98.28 -
System Red Green Blue C M Y K H S L
Decimal 41 105 77 0.61 0 0.27 0.59 153.75 0.44 0.29
Hex 29 69 4D 3D 0 1B 3B 9A 2C 1D
Octal 51 151 115 75 0 33 73 232 54 35
Binary 101001 1101001 1001101 111101 0 11011 111011 10011010 101100 11101

Color Harmonies of #29694D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29694D

Black with #29694D

Text Example


Text Example

White with #29694D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29694D; }

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

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

background-color css

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

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

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

border-color css

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

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

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