#294838

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

Shades of Bottle Green #294838

Tints of Bottle Green #294838

Color information

#294838 (or 0x294838) is unknown color: approx Bottle Green. HEX triplet: 29, 48 and 38. RGB value is (41,72,56). Sum of RGB (Red+Green+Blue) = 41+72+56=169 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.26% from 169); Green value is 72 (28.52% from 255 or 42.60% from 169); Blue value is 56 (22.27% from 255 or 33.14% from 169); Max value from RGB is 72 - color contains mainly: green. Hex color #294838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294838 is #D6B7C7. Grayscale: #3C3C3C. Windows color (decimal): -14071752 or 3688489. OLE color: 3688489.

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

Color convert

RGB417256-
CMYK0.4300.220.72
HSL149.03º27.43%22.16%-
HSV(B)149.03º43.06%28.24%-
XYZ3.955.394.57-
YUV60.91125.23113.8-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.26%
GREEN value IS 72 (28.52% from 255) = 42.60%
BLUE value IS 56 (22.27% from 255) = 33.14%
R=24.26%
G=42.60%
B=33.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4172560.4300.220.72149.0327.4322.16
Hex2948382B01648951b16
Octal5111070530261102253326
Binary10100110010001110001010110101101001000100101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294838; }

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

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

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

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

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

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

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

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