Html Css Color HEX #29554A Evening Sea

📋 copy color: '#29554A'

red 41 ◦ green 85 ◦ blue 74

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

Shades of Evening Sea #29554A

Tints of Evening Sea #29554A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 42.5%

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

R = 20.5%
G = 42.5%
B = 37%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#29554A (or 0x29554A) is known color: Evening Sea. HEX triplet: 29, 55 and 4A. RGB value is (41,85,74). Sum of RGB (Red+Green+Blue) = 41+85+74=200 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.5% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 74 (29.30% from 255 or 37% from 200); Max value from RGB is 85 - color contains mainly: green. Hex color #29554A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29554A is #D6AAB5. Grayscale: #464646. Windows color (decimal): -14068406 or 4871465. OLE color: 4871465.

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

Color convert

RGB 41 85 74 -
CMYK 0.52 0 0.13 0.67
HSL 165º 0.35% 0.25% -
HSV(B) 165º 0.52% 0.33% -
XYZ 5.4 7.46 7.63 -
YUV 70.59 129.92 106.89 -
System Red Green Blue C M Y K H S L
Decimal 41 85 74 0.52 0 0.13 0.67 165 0.35 0.25
Hex 29 55 4A 34 0 D 43 A5 23 19
Octal 51 125 112 64 0 15 103 245 43 31
Binary 101001 1010101 1001010 110100 0 1101 1000011 10100101 100011 11001

Color Harmonies of #29554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29554A

Black with #29554A

Text Example


Text Example

White with #29554A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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