Html Css Color HEX #294942 Gable Green

📋 copy color: '#294942'

red 41 ◦ green 73 ◦ blue 66

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

Shades of Gable Green #294942

Tints of Gable Green #294942

RGB

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

 GREEN value IS 73 (28.91% from 255) = 40.56%

 BLUE value IS 66 (26.17% from 255) = 36.67%

R = 22.78%
G = 40.56%
B = 36.67%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#294942 (or 0x294942) is known color: Gable Green. HEX triplet: 29, 49 and 42. RGB value is (41,73,66). Sum of RGB (Red+Green+Blue) = 41+73+66=180 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.78% from 180); Green value is 73 (28.91% from 255 or 40.56% from 180); Blue value is 66 (26.17% from 255 or 36.67% from 180); Max value from RGB is 73 - color contains mainly: green. Hex color #294942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294942 is #D6B6BD. Grayscale: #3E3E3E. Windows color (decimal): -14071486 or 4344105. OLE color: 4344105.

HSL color Cylindrical-coordinate representation of color #294942: hue angle of 166.88º 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 #294942 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.71.

Color convert

RGB 41 73 66 -
CMYK 0.44 0 0.10 0.71
HSL 166.88º 0.28% 0.22% -
HSV(B) 166.88º 0.44% 0.29% -
XYZ 4.28 5.63 6.02 -
YUV 62.63 129.9 112.57 -
System Red Green Blue C M Y K H S L
Decimal 41 73 66 0.44 0 0.10 0.71 166.88 0.28 0.22
Hex 29 49 42 2C 0 A 47 A7 1C 16
Octal 51 111 102 54 0 12 107 247 34 26
Binary 101001 1001001 1000010 101100 0 1010 1000111 10100111 11100 10110

Color Harmonies of #294942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294942

Black with #294942

Text Example


Text Example

White with #294942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294942; }

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

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

background-color css

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

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

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

border-color css

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

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

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