Html Css Color HEX #294D46 Gable Green

📋 copy color: '#294D46'

red 41 ◦ green 77 ◦ blue 70

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

Shades of Gable Green #294D46

Tints of Gable Green #294D46

RGB

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

 GREEN value IS 77 (30.47% from 255) = 40.96%

 BLUE value IS 70 (27.73% from 255) = 37.23%

R = 21.81%
G = 40.96%
B = 37.23%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.09

 K value IS 0.70

RGB Variations

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

Color information

#294D46 (or 0x294D46) is known color: Gable Green. HEX triplet: 29, 4D and 46. RGB value is (41,77,70). Sum of RGB (Red+Green+Blue) = 41+77+70=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 77 (30.47% from 255 or 40.96% from 188); Blue value is 70 (27.73% from 255 or 37.23% from 188); Max value from RGB is 77 - color contains mainly: green. Hex color #294D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294D46 is #D6B2B9. Grayscale: #414141. Windows color (decimal): -14070458 or 4607273. OLE color: 4607273.

HSL color Cylindrical-coordinate representation of color #294D46: hue angle of 168.33º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #294D46 is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.70.

Color convert

RGB 41 77 70 -
CMYK 0.47 0 0.09 0.70
HSL 168.33º 0.31% 0.23% -
HSV(B) 168.33º 0.47% 0.3% -
XYZ 4.67 6.22 6.75 -
YUV 65.44 130.57 110.57 -
System Red Green Blue C M Y K H S L
Decimal 41 77 70 0.47 0 0.09 0.70 168.33 0.31 0.23
Hex 29 4D 46 2F 0 9 46 A8 1F 17
Octal 51 115 106 57 0 11 106 250 37 27
Binary 101001 1001101 1000110 101111 0 1001 1000110 10101000 11111 10111

Color Harmonies of #294D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294D46

Black with #294D46

Text Example


Text Example

White with #294D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,77,70); }

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

background-color css

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

 a { background-color: rgb(41,77,70); }

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

border-color css

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

 span { border-color: rgb(41,77,70); }

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