#294B3B

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

Shades of Bottle Green #294B3B

Tints of Bottle Green #294B3B

Color information

#294B3B (or 0x294B3B) is unknown color: approx Bottle Green. HEX triplet: 29, 4B and 3B. RGB value is (41,75,59). Sum of RGB (Red+Green+Blue) = 41+75+59=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 75 (29.69% from 255 or 42.86% from 175); Blue value is 59 (23.44% from 255 or 33.71% from 175); Max value from RGB is 75 - color contains mainly: green. Hex color #294B3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294B3B is #D6B4C4. Grayscale: #3F3F3F. Windows color (decimal): -14070981 or 3885865. OLE color: 3885865.

HSL color Cylindrical-coordinate representation of color #294B3B: hue angle of 151.76º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #294B3B is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.71.

Color convert

RGB417559-
CMYK0.4500.210.71
HSL151.76º29.31%22.75%-
HSV(B)151.76º45.33%29.41%-
XYZ4.225.825.04-
YUV63.01125.74112.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.43%
GREEN value IS 75 (29.69% from 255) = 42.86%
BLUE value IS 59 (23.44% from 255) = 33.71%
R=23.43%
G=42.86%
B=33.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4175590.4500.210.71151.7629.3122.75
Hex294B3B2D01547981d17
Octal5111373550251072303527
Binary10100110010111110111011010101011000111100110001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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