Html Css Color HEX #294C39 Bottle Green

📋 copy color: '#294C39'

red 41 ◦ green 76 ◦ blue 57

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

Shades of Bottle Green #294C39

Tints of Bottle Green #294C39

RGB

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

 GREEN value IS 76 (30.08% from 255) = 43.68%

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

R = 23.56%
G = 43.68%
B = 32.76%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.25

 K value IS 0.70

RGB Variations

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

Color information

#294C39 (or 0x294C39) is known color: Bottle Green. HEX triplet: 29, 4C and 39. RGB value is (41,76,57). Sum of RGB (Red+Green+Blue) = 41+76+57=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 76 (30.08% from 255 or 43.68% from 174); Blue value is 57 (22.66% from 255 or 32.76% from 174); Max value from RGB is 76 - color contains mainly: green. Hex color #294C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294C39 is #D6B3C6. Grayscale: #3F3F3F. Windows color (decimal): -14070727 or 3755049. OLE color: 3755049.

HSL color Cylindrical-coordinate representation of color #294C39: hue angle of 147.43º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #294C39 is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.70.

Color convert

RGB 41 76 57 -
CMYK 0.46 0 0.25 0.70
HSL 147.43º 0.3% 0.23% -
HSV(B) 147.43º 0.46% 0.3% -
XYZ 4.24 5.94 4.79 -
YUV 63.37 124.4 112.04 -
System Red Green Blue C M Y K H S L
Decimal 41 76 57 0.46 0 0.25 0.70 147.43 0.3 0.23
Hex 29 4C 39 2E 0 19 46 93 1E 17
Octal 51 114 71 56 0 31 106 223 36 27
Binary 101001 1001100 111001 101110 0 11001 1000110 10010011 11110 10111

Color Harmonies of #294C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294C39

Black with #294C39

Text Example


Text Example

White with #294C39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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