Html Css Color HEX #29795D Deep Sea

📋 copy color: '#29795D'

red 41 ◦ green 121 ◦ blue 93

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

Shades of Deep Sea #29795D

Tints of Deep Sea #29795D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 47.45%

 BLUE value IS 93 (36.72% from 255) = 36.47%

R = 16.08%
G = 47.45%
B = 36.47%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#29795D (or 0x29795D) is known color: Deep Sea. HEX triplet: 29, 79 and 5D. RGB value is (41,121,93). Sum of RGB (Red+Green+Blue) = 41+121+93=255 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.08% from 255); Green value is 121 (47.66% from 255 or 47.45% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 121 - color contains mainly: green. Hex color #29795D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29795D is #D686A2. Grayscale: #5D5D5D. Windows color (decimal): -14059171 or 6125865. OLE color: 6125865.

HSL color Cylindrical-coordinate representation of color #29795D: hue angle of 159º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #29795D is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 121 93 -
CMYK 0.66 0 0.23 0.53
HSL 159º 0.49% 0.32% -
HSV(B) 159º 0.66% 0.47% -
XYZ 9.73 14.94 12.73 -
YUV 93.89 127.5 90.28 -
System Red Green Blue C M Y K H S L
Decimal 41 121 93 0.66 0 0.23 0.53 159 0.49 0.32
Hex 29 79 5D 42 0 17 35 9F 31 20
Octal 51 171 135 102 0 27 65 237 61 40
Binary 101001 1111001 1011101 1000010 0 10111 110101 10011111 110001 100000

Color Harmonies of #29795D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29795D

Black with #29795D

Text Example


Text Example

White with #29795D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,121,93); }

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

background-color css

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

 a { background-color: rgb(41,121,93); }

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

border-color css

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

 span { border-color: rgb(41,121,93); }

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