Html Css Color HEX #294941 Gable Green

📋 copy color: '#294941'

red 41 ◦ green 73 ◦ blue 65

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

Shades of Gable Green #294941

Tints of Gable Green #294941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 36.31%

R = 22.91%
G = 40.78%
B = 36.31%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#294941 (or 0x294941) is known color: Gable Green. HEX triplet: 29, 49 and 41. RGB value is (41,73,65). Sum of RGB (Red+Green+Blue) = 41+73+65=179 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.91% from 179); Green value is 73 (28.91% from 255 or 40.78% from 179); Blue value is 65 (25.78% from 255 or 36.31% from 179); Max value from RGB is 73 - color contains mainly: green. Hex color #294941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294941 is #D6B6BE. Grayscale: #3E3E3E. Windows color (decimal): -14071487 or 4278569. OLE color: 4278569.

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

Color convert

RGB 41 73 65 -
CMYK 0.44 0 0.11 0.71
HSL 165º 0.28% 0.22% -
HSV(B) 165º 0.44% 0.29% -
XYZ 4.25 5.62 5.86 -
YUV 62.52 129.4 112.65 -
System Red Green Blue C M Y K H S L
Decimal 41 73 65 0.44 0 0.11 0.71 165 0.28 0.22
Hex 29 49 41 2C 0 B 47 A5 1C 16
Octal 51 111 101 54 0 13 107 245 34 26
Binary 101001 1001001 1000001 101100 0 1011 1000111 10100101 11100 10110

Color Harmonies of #294941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294941

Black with #294941

Text Example


Text Example

White with #294941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294941; }

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

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

background-color css

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

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

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

border-color css

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

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

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