#294938

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

Shades of Bottle Green #294938

Tints of Bottle Green #294938

Color information

#294938 (or 0x294938) is unknown color: approx Bottle Green. HEX triplet: 29, 49 and 38. RGB value is (41,73,56). Sum of RGB (Red+Green+Blue) = 41+73+56=170 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.12% from 170); Green value is 73 (28.91% from 255 or 42.94% from 170); Blue value is 56 (22.27% from 255 or 32.94% from 170); Max value from RGB is 73 - color contains mainly: green. Hex color #294938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294938 is #D6B6C7. Grayscale: #3D3D3D. Windows color (decimal): -14071496 or 3688745. OLE color: 3688745.

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

Color convert

RGB417356-
CMYK0.4400.230.71
HSL148.12º28.07%22.35%-
HSV(B)148.12º43.84%28.63%-
XYZ4.015.524.6-
YUV61.49124.9113.38-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.12%
GREEN value IS 73 (28.91% from 255) = 42.94%
BLUE value IS 56 (22.27% from 255) = 32.94%
R=24.12%
G=42.94%
B=32.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4173560.4400.230.71148.1228.0722.35
Hex2949382C01747941c16
Octal5111170540271072243426
Binary10100110010011110001011000101111000111100101001110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294938; }

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

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

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

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

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

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

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

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