Html Css Color HEX #294F49 Gable Green

📋 copy color: '#294F49'

red 41 ◦ green 79 ◦ blue 73

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

Shades of Gable Green #294F49

Tints of Gable Green #294F49

RGB

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

 GREEN value IS 79 (31.25% from 255) = 40.93%

 BLUE value IS 73 (28.91% from 255) = 37.82%

R = 21.24%
G = 40.93%
B = 37.82%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#294F49 (or 0x294F49) is known color: Gable Green. HEX triplet: 29, 4F and 49. RGB value is (41,79,73). Sum of RGB (Red+Green+Blue) = 41+79+73=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 79 (31.25% from 255 or 40.93% from 193); Blue value is 73 (28.91% from 255 or 37.82% from 193); Max value from RGB is 79 - color contains mainly: green. Hex color #294F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294F49 is #D6B0B6. Grayscale: #424242. Windows color (decimal): -14069943 or 4804393. OLE color: 4804393.

HSL color Cylindrical-coordinate representation of color #294F49: hue angle of 170.53º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #294F49 is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB 41 79 73 -
CMYK 0.48 0 0.08 0.69
HSL 170.53º 0.32% 0.24% -
HSV(B) 170.53º 0.48% 0.31% -
XYZ 4.91 6.54 7.31 -
YUV 66.95 131.41 109.49 -
System Red Green Blue C M Y K H S L
Decimal 41 79 73 0.48 0 0.08 0.69 170.53 0.32 0.24
Hex 29 4F 49 30 0 8 45 AB 20 18
Octal 51 117 111 60 0 10 105 253 40 30
Binary 101001 1001111 1001001 110000 0 1000 1000101 10101011 100000 11000

Color Harmonies of #294F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294F49

Black with #294F49

Text Example


Text Example

White with #294F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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