Html Css Color HEX #294B44 Gable Green

📋 copy color: '#294B44'

red 41 ◦ green 75 ◦ blue 68

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

Shades of Gable Green #294B44

Tints of Gable Green #294B44

RGB

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

 GREEN value IS 75 (29.69% from 255) = 40.76%

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

R = 22.28%
G = 40.76%
B = 36.96%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.09

 K value IS 0.71

RGB Variations

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

Color information

#294B44 (or 0x294B44) is known color: Gable Green. HEX triplet: 29, 4B and 44. RGB value is (41,75,68). Sum of RGB (Red+Green+Blue) = 41+75+68=184 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.28% from 184); Green value is 75 (29.69% from 255 or 40.76% from 184); Blue value is 68 (26.95% from 255 or 36.96% from 184); Max value from RGB is 75 - color contains mainly: green. Hex color #294B44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294B44 is #D6B4BB. Grayscale: #404040. Windows color (decimal): -14070972 or 4475689. OLE color: 4475689.

HSL color Cylindrical-coordinate representation of color #294B44: hue angle of 167.65º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #294B44 is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.71.

Color convert

RGB 41 75 68 -
CMYK 0.45 0 0.09 0.71
HSL 167.65º 0.29% 0.23% -
HSV(B) 167.65º 0.45% 0.29% -
XYZ 4.47 5.92 6.38 -
YUV 64.04 130.24 111.57 -
System Red Green Blue C M Y K H S L
Decimal 41 75 68 0.45 0 0.09 0.71 167.65 0.29 0.23
Hex 29 4B 44 2D 0 9 47 A8 1D 17
Octal 51 113 104 55 0 11 107 250 35 27
Binary 101001 1001011 1000100 101101 0 1001 1000111 10101000 11101 10111

Color Harmonies of #294B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294B44

Black with #294B44

Text Example


Text Example

White with #294B44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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