#29473A

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

Shades of Bottle Green #29473A

Tints of Bottle Green #29473A

Color information

#29473A (or 0x29473A) is unknown color: approx Bottle Green. HEX triplet: 29, 47 and 3A. RGB value is (41,71,58). Sum of RGB (Red+Green+Blue) = 41+71+58=170 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.12% from 170); Green value is 71 (28.12% from 255 or 41.76% from 170); Blue value is 58 (23.05% from 255 or 34.12% from 170); Max value from RGB is 71 - color contains mainly: green. Hex color #29473A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29473A is #D6B8C5. Grayscale: #3C3C3C. Windows color (decimal): -14072006 or 3819305. OLE color: 3819305.

HSL color Cylindrical-coordinate representation of color #29473A: hue angle of 154º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #29473A is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB417158-
CMYK0.4200.180.72
HSL154º26.79%21.96%-
HSV(B)154º42.25%27.84%-
XYZ3.935.284.82-
YUV60.55126.56114.06-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.12%
GREEN value IS 71 (28.12% from 255) = 41.76%
BLUE value IS 58 (23.05% from 255) = 34.12%
R=24.12%
G=41.76%
B=34.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4171580.4200.180.7215426.7921.96
Hex29473A2A012489a1b16
Octal5110772520221102323326
Binary10100110001111110101010100100101001000100110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29473A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29473A; }

 p { color: rgb(41,71,58); }

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

<style>
 a { background-color: #29473A; }

 a { background-color: rgb(41,71,58); }

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

<style>
 span { border-color: #29473A; }

 span { border-color: rgb(41,71,58); }

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