Html Css Color HEX #294A39 Bottle Green

📋 copy color: '#294A39'

red 41 ◦ green 74 ◦ blue 57

#294A39
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bottle Green #294A39

Tints of Bottle Green #294A39

RGB

 RED value IS 41 (16.41% from 255) = 23.84%

 GREEN value IS 74 (29.3% from 255) = 43.02%

 BLUE value IS 57 (22.66% from 255) = 33.14%

R = 23.84%
G = 43.02%
B = 33.14%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.23

 K value IS 0.71

RGB Variations

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

Color information

#294A39 (or 0x294A39) is known color: Bottle Green. HEX triplet: 29, 4A and 39. RGB value is (41,74,57). Sum of RGB (Red+Green+Blue) = 41+74+57=172 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.84% from 172); Green value is 74 (29.30% from 255 or 43.02% from 172); Blue value is 57 (22.66% from 255 or 33.14% from 172); Max value from RGB is 74 - color contains mainly: green. Hex color #294A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294A39 is #D6B5C6. Grayscale: #3E3E3E. Windows color (decimal): -14071239 or 3754537. OLE color: 3754537.

HSL color Cylindrical-coordinate representation of color #294A39: hue angle of 149.09º 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 #294A39 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.

Color convert

RGB 41 74 57 -
CMYK 0.45 0 0.23 0.71
HSL 149.09º 0.29% 0.23% -
HSV(B) 149.09º 0.45% 0.29% -
XYZ 4.1 5.66 4.75 -
YUV 62.2 125.07 112.88 -
System Red Green Blue C M Y K H S L
Decimal 41 74 57 0.45 0 0.23 0.71 149.09 0.29 0.23
Hex 29 4A 39 2D 0 17 47 95 1D 17
Octal 51 112 71 55 0 27 107 225 35 27
Binary 101001 1001010 111001 101101 0 10111 1000111 10010101 11101 10111

Color Harmonies of #294A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294A39

Black with #294A39

Text Example


Text Example

White with #294A39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,74,57); }

 H1.HeaderClassName
 {
   color: #294A39;
 }
 .AnyTagClassName
 {
   color: #294A39;
 }
</style>

background-color css

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

 a { background-color: rgb(41,74,57); }

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

border-color css

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

 span { border-color: rgb(41,74,57); }

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