Html Css Color HEX #29696D Atoll

📋 copy color: '#29696D'

red 41 ◦ green 105 ◦ blue 109

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

Shades of Atoll #29696D

Tints of Atoll #29696D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 42.75%

R = 16.08%
G = 41.18%
B = 42.75%

CMYK

 C value IS 0.62

 M value IS 0.04

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#29696D (or 0x29696D) is known color: Atoll. HEX triplet: 29, 69 and 6D. RGB value is (41,105,109). Sum of RGB (Red+Green+Blue) = 41+105+109=255 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.08% from 255); Green value is 105 (41.41% from 255 or 41.18% from 255); Blue value is 109 (42.97% from 255 or 42.75% from 255); Max value from RGB is 109 - color contains mainly: blue. Hex color #29696D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29696D is #D69692. Grayscale: #565656. Windows color (decimal): -14063251 or 7170345. OLE color: 7170345.

HSL color Cylindrical-coordinate representation of color #29696D: hue angle of 183.53º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #29696D is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 41 105 109 -
CMYK 0.62 0.04 0 0.57
HSL 183.53º 0.45% 0.29% -
HSV(B) 183.53º 0.62% 0.43% -
XYZ 8.73 11.68 16.26 -
YUV 86.32 140.8 95.67 -
System Red Green Blue C M Y K H S L
Decimal 41 105 109 0.62 0.04 0 0.57 183.53 0.45 0.29
Hex 29 69 6D 3E 4 0 39 B8 2D 1D
Octal 51 151 155 76 4 0 71 270 55 35
Binary 101001 1101001 1101101 111110 100 0 111001 10111000 101101 11101

Color Harmonies of #29696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29696D

Black with #29696D

Text Example


Text Example

White with #29696D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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