Html Css Color HEX #29664D Evening Sea

📋 copy color: '#29664D'

red 41 ◦ green 102 ◦ blue 77

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

Shades of Evening Sea #29664D

Tints of Evening Sea #29664D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 46.36%

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

R = 18.64%
G = 46.36%
B = 35%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#29664D (or 0x29664D) is known color: Evening Sea. HEX triplet: 29, 66 and 4D. RGB value is (41,102,77). Sum of RGB (Red+Green+Blue) = 41+102+77=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 102 (40.23% from 255 or 46.36% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 102 - color contains mainly: green. Hex color #29664D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29664D is #D699B2. Grayscale: #505050. Windows color (decimal): -14064051 or 5072425. OLE color: 5072425.

HSL color Cylindrical-coordinate representation of color #29664D: hue angle of 155.41º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #29664D is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB 41 102 77 -
CMYK 0.60 0 0.25 0.6
HSL 155.41º 0.43% 0.28% -
HSV(B) 155.41º 0.6% 0.4% -
XYZ 7.01 10.51 8.68 -
YUV 80.91 125.79 99.53 -
System Red Green Blue C M Y K H S L
Decimal 41 102 77 0.60 0 0.25 0.6 155.41 0.43 0.28
Hex 29 66 4D 3C 0 19 3C 9B 2B 1C
Octal 51 146 115 74 0 31 74 233 53 34
Binary 101001 1100110 1001101 111100 0 11001 111100 10011011 101011 11100

Color Harmonies of #29664D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29664D

Black with #29664D

Text Example


Text Example

White with #29664D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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