Html Css Color HEX #29493B Bottle Green

📋 copy color: '#29493B'

red 41 ◦ green 73 ◦ blue 59

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

Shades of Bottle Green #29493B

Tints of Bottle Green #29493B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 42.2%

 BLUE value IS 59 (23.44% from 255) = 34.1%

R = 23.7%
G = 42.2%
B = 34.1%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#29493B (or 0x29493B) is known color: Bottle Green. HEX triplet: 29, 49 and 3B. RGB value is (41,73,59). Sum of RGB (Red+Green+Blue) = 41+73+59=173 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.70% from 173); Green value is 73 (28.91% from 255 or 42.20% from 173); Blue value is 59 (23.44% from 255 or 34.10% from 173); Max value from RGB is 73 - color contains mainly: green. Hex color #29493B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29493B is #D6B6C4. Grayscale: #3D3D3D. Windows color (decimal): -14071493 or 3885353. OLE color: 3885353.

HSL color Cylindrical-coordinate representation of color #29493B: hue angle of 153.75º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #29493B is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB 41 73 59 -
CMYK 0.44 0 0.19 0.71
HSL 153.75º 0.28% 0.22% -
HSV(B) 153.75º 0.44% 0.29% -
XYZ 4.09 5.55 4.99 -
YUV 61.84 126.4 113.14 -
System Red Green Blue C M Y K H S L
Decimal 41 73 59 0.44 0 0.19 0.71 153.75 0.28 0.22
Hex 29 49 3B 2C 0 13 47 9A 1C 16
Octal 51 111 73 54 0 23 107 232 34 26
Binary 101001 1001001 111011 101100 0 10011 1000111 10011010 11100 10110

Color Harmonies of #29493B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29493B

Black with #29493B

Text Example


Text Example

White with #29493B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29493B; }

 p { color: rgb(41,73,59); }

 H1.HeaderClassName
 {
   color: #29493B;
 }
 .AnyTagClassName
 {
   color: #29493B;
 }
</style>

background-color css

<style>
 a { background-color: #29493B; }

 a { background-color: rgb(41,73,59); }

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

border-color css

<style>
 span { border-color: #29493B; }

 span { border-color: rgb(41,73,59); }

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