Html Css Color HEX #29544A Evening Sea

📋 copy color: '#29544A'

red 41 ◦ green 84 ◦ blue 74

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

Shades of Evening Sea #29544A

Tints of Evening Sea #29544A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 42.21%

 BLUE value IS 74 (29.3% from 255) = 37.19%

R = 20.6%
G = 42.21%
B = 37.19%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#29544A (or 0x29544A) is known color: Evening Sea. HEX triplet: 29, 54 and 4A. RGB value is (41,84,74). Sum of RGB (Red+Green+Blue) = 41+84+74=199 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.60% from 199); Green value is 84 (33.20% from 255 or 42.21% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 84 - color contains mainly: green. Hex color #29544A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29544A is #D6ABB5. Grayscale: #464646. Windows color (decimal): -14068662 or 4871209. OLE color: 4871209.

HSL color Cylindrical-coordinate representation of color #29544A: hue angle of 166.05º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #29544A is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 84 74 -
CMYK 0.51 0 0.12 0.67
HSL 166.05º 0.34% 0.25% -
HSV(B) 166.05º 0.51% 0.33% -
XYZ 5.32 7.31 7.61 -
YUV 70 130.25 107.31 -
System Red Green Blue C M Y K H S L
Decimal 41 84 74 0.51 0 0.12 0.67 166.05 0.34 0.25
Hex 29 54 4A 33 0 C 43 A6 22 19
Octal 51 124 112 63 0 14 103 246 42 31
Binary 101001 1010100 1001010 110011 0 1100 1000011 10100110 100010 11001

Color Harmonies of #29544A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29544A

Black with #29544A

Text Example


Text Example

White with #29544A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29544A; }

 p { color: rgb(41,84,74); }

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

background-color css

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

 a { background-color: rgb(41,84,74); }

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

border-color css

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

 span { border-color: rgb(41,84,74); }

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