Html Css Color HEX #294C44 Gable Green

📋 copy color: '#294C44'

red 41 ◦ green 76 ◦ blue 68

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

Shades of Gable Green #294C44

Tints of Gable Green #294C44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 36.76%

R = 22.16%
G = 41.08%
B = 36.76%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.11

 K value IS 0.70

RGB Variations

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

Color information

#294C44 (or 0x294C44) is known color: Gable Green. HEX triplet: 29, 4C and 44. RGB value is (41,76,68). Sum of RGB (Red+Green+Blue) = 41+76+68=185 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.16% from 185); Green value is 76 (30.08% from 255 or 41.08% from 185); Blue value is 68 (26.95% from 255 or 36.76% from 185); Max value from RGB is 76 - color contains mainly: green. Hex color #294C44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294C44 is #D6B3BB. Grayscale: #404040. Windows color (decimal): -14070716 or 4475945. OLE color: 4475945.

HSL color Cylindrical-coordinate representation of color #294C44: hue angle of 166.29º 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 #294C44 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.70.

Color convert

RGB 41 76 68 -
CMYK 0.46 0 0.11 0.70
HSL 166.29º 0.3% 0.23% -
HSV(B) 166.29º 0.46% 0.3% -
XYZ 4.54 6.06 6.4 -
YUV 64.62 129.9 111.15 -
System Red Green Blue C M Y K H S L
Decimal 41 76 68 0.46 0 0.11 0.70 166.29 0.3 0.23
Hex 29 4C 44 2E 0 B 46 A6 1E 17
Octal 51 114 104 56 0 13 106 246 36 27
Binary 101001 1001100 1000100 101110 0 1011 1000110 10100110 11110 10111

Color Harmonies of #294C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294C44

Black with #294C44

Text Example


Text Example

White with #294C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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