Html Css Color HEX #294C46 Gable Green

📋 copy color: '#294C46'

red 41 ◦ green 76 ◦ blue 70

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

Shades of Gable Green #294C46

Tints of Gable Green #294C46

RGB

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

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

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

R = 21.93%
G = 40.64%
B = 37.43%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.08

 K value IS 0.70

RGB Variations

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

Color information

#294C46 (or 0x294C46) is known color: Gable Green. HEX triplet: 29, 4C and 46. RGB value is (41,76,70). Sum of RGB (Red+Green+Blue) = 41+76+70=187 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.93% from 187); Green value is 76 (30.08% from 255 or 40.64% from 187); Blue value is 70 (27.73% from 255 or 37.43% from 187); Max value from RGB is 76 - color contains mainly: green. Hex color #294C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294C46 is #D6B3B9. Grayscale: #404040. Windows color (decimal): -14070714 or 4607017. OLE color: 4607017.

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

Color convert

RGB 41 76 70 -
CMYK 0.46 0 0.08 0.70
HSL 169.71º 0.3% 0.23% -
HSV(B) 169.71º 0.46% 0.3% -
XYZ 4.6 6.08 6.73 -
YUV 64.85 130.9 110.99 -
System Red Green Blue C M Y K H S L
Decimal 41 76 70 0.46 0 0.08 0.70 169.71 0.3 0.23
Hex 29 4C 46 2E 0 8 46 AA 1E 17
Octal 51 114 106 56 0 10 106 252 36 27
Binary 101001 1001100 1000110 101110 0 1000 1000110 10101010 11110 10111

Color Harmonies of #294C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294C46

Black with #294C46

Text Example


Text Example

White with #294C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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