#294C3A

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

Shades of Bottle Green #294C3A

Tints of Bottle Green #294C3A

Color information

#294C3A (or 0x294C3A) is unknown color: approx Bottle Green. HEX triplet: 29, 4C and 3A. RGB value is (41,76,58). Sum of RGB (Red+Green+Blue) = 41+76+58=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 76 (30.08% from 255 or 43.43% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 76 - color contains mainly: green. Hex color #294C3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294C3A is #D6B3C5. Grayscale: #3F3F3F. Windows color (decimal): -14070726 or 3820585. OLE color: 3820585.

HSL color Cylindrical-coordinate representation of color #294C3A: hue angle of 149.14º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #294C3A is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.70.

Color convert

RGB417658-
CMYK0.4600.240.70
HSL149.14º29.91%22.94%-
HSV(B)149.14º46.05%29.8%-
XYZ4.265.954.93-
YUV63.48124.9111.96-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.43%
GREEN value IS 76 (30.08% from 255) = 43.43%
BLUE value IS 58 (23.05% from 255) = 33.14%
R=23.43%
G=43.43%
B=33.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4176580.4600.240.70149.1429.9122.94
Hex294C3A2E01846951e17
Octal5111472560301062253627
Binary10100110011001110101011100110001000110100101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294C3A; }

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

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

<style>
 a { background-color: #294C3A; }

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

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

<style>
 span { border-color: #294C3A; }

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

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