#29503D

Color #29503D Bottle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bottle Green #29503D

Tints of Bottle Green #29503D

Color information

#29503D (or 0x29503D) is unknown color: approx Bottle Green. HEX triplet: 29, 50 and 3D. RGB value is (41,80,61). Sum of RGB (Red+Green+Blue) = 41+80+61=182 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.53% from 182); Green value is 80 (31.64% from 255 or 43.96% from 182); Blue value is 61 (24.22% from 255 or 33.52% from 182); Max value from RGB is 80 - color contains mainly: green. Hex color #29503D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29503D is #D6AFC2. Grayscale: #424242. Windows color (decimal): -14069699 or 4018217. OLE color: 4018217.

HSL color Cylindrical-coordinate representation of color #29503D: hue angle of 150.77º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #29503D is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB418061-
CMYK0.4900.240.69
HSL150.77º32.23%23.73%-
HSV(B)150.77º48.75%31.37%-
XYZ4.636.555.43-
YUV66.17125.08110.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.53%
GREEN value IS 80 (31.64% from 255) = 43.96%
BLUE value IS 61 (24.22% from 255) = 33.52%
R=22.53%
G=43.96%
B=33.52%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4180610.4900.240.69150.7732.2323.73
Hex29503D3101845972018
Octal5112075610301052274030
Binary101001101000011110111000101100010001011001011110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29503D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,80,61); }

 H1.HeaderClassName
 {
   color: #29503D;
 }
 .AnyTagClassName
 {
   color: #29503D;
 }
</style>
background-color css

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

 a { background-color: rgb(41,80,61); }

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

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

 span { border-color: rgb(41,80,61); }

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