Html Css Color HEX #294B43 Gable Green

📋 copy color: '#294B43'

red 41 ◦ green 75 ◦ blue 67

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

Shades of Gable Green #294B43

Tints of Gable Green #294B43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 36.61%

R = 22.4%
G = 40.98%
B = 36.61%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#294B43 (or 0x294B43) is known color: Gable Green. HEX triplet: 29, 4B and 43. RGB value is (41,75,67). Sum of RGB (Red+Green+Blue) = 41+75+67=183 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.40% from 183); Green value is 75 (29.69% from 255 or 40.98% from 183); Blue value is 67 (26.56% from 255 or 36.61% from 183); Max value from RGB is 75 - color contains mainly: green. Hex color #294B43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294B43 is #D6B4BC. Grayscale: #3F3F3F. Windows color (decimal): -14070973 or 4410153. OLE color: 4410153.

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

Color convert

RGB 41 75 67 -
CMYK 0.45 0 0.11 0.71
HSL 165.88º 0.29% 0.23% -
HSV(B) 165.88º 0.45% 0.29% -
XYZ 4.44 5.91 6.22 -
YUV 63.92 129.74 111.65 -
System Red Green Blue C M Y K H S L
Decimal 41 75 67 0.45 0 0.11 0.71 165.88 0.29 0.23
Hex 29 4B 43 2D 0 B 47 A6 1D 17
Octal 51 113 103 55 0 13 107 246 35 27
Binary 101001 1001011 1000011 101101 0 1011 1000111 10100110 11101 10111

Color Harmonies of #294B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294B43

Black with #294B43

Text Example


Text Example

White with #294B43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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