#294738

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

Shades of Bottle Green #294738

Tints of Bottle Green #294738

Color information

#294738 (or 0x294738) is unknown color: approx Bottle Green. HEX triplet: 29, 47 and 38. RGB value is (41,71,56). Sum of RGB (Red+Green+Blue) = 41+71+56=168 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.40% from 168); Green value is 71 (28.12% from 255 or 42.26% from 168); Blue value is 56 (22.27% from 255 or 33.33% from 168); Max value from RGB is 71 - color contains mainly: green. Hex color #294738 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294738 is #D6B8C7. Grayscale: #3C3C3C. Windows color (decimal): -14072008 or 3688233. OLE color: 3688233.

HSL color Cylindrical-coordinate representation of color #294738: hue angle of 150º 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 #294738 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.72.

Color convert

RGB417156-
CMYK0.4200.210.72
HSL150º26.79%21.96%-
HSV(B)150º42.25%27.84%-
XYZ3.885.264.55-
YUV60.32125.56114.22-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.40%
GREEN value IS 71 (28.12% from 255) = 42.26%
BLUE value IS 56 (22.27% from 255) = 33.33%
R=24.40%
G=42.26%
B=33.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4171560.4200.210.7215026.7921.96
Hex2947382A01548961b16
Octal5110770520251102263326
Binary10100110001111110001010100101011001000100101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294738; }

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

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

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

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

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

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

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

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