Html Css Color HEX #294F48 Gable Green

📋 copy color: '#294F48'

red 41 ◦ green 79 ◦ blue 72

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

Shades of Gable Green #294F48

Tints of Gable Green #294F48

RGB

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

 GREEN value IS 79 (31.25% from 255) = 41.15%

 BLUE value IS 72 (28.52% from 255) = 37.5%

R = 21.35%
G = 41.15%
B = 37.5%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#294F48 (or 0x294F48) is known color: Gable Green. HEX triplet: 29, 4F and 48. RGB value is (41,79,72). Sum of RGB (Red+Green+Blue) = 41+79+72=192 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.35% from 192); Green value is 79 (31.25% from 255 or 41.15% from 192); Blue value is 72 (28.52% from 255 or 37.5% from 192); Max value from RGB is 79 - color contains mainly: green. Hex color #294F48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294F48 is #D6B0B7. Grayscale: #424242. Windows color (decimal): -14069944 or 4738857. OLE color: 4738857.

HSL color Cylindrical-coordinate representation of color #294F48: hue angle of 168.95º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #294F48 is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 41 79 72 -
CMYK 0.48 0 0.09 0.69
HSL 168.95º 0.32% 0.24% -
HSV(B) 168.95º 0.48% 0.31% -
XYZ 4.88 6.53 7.13 -
YUV 66.84 130.91 109.57 -
System Red Green Blue C M Y K H S L
Decimal 41 79 72 0.48 0 0.09 0.69 168.95 0.32 0.24
Hex 29 4F 48 30 0 9 45 A9 20 18
Octal 51 117 110 60 0 11 105 251 40 30
Binary 101001 1001111 1001000 110000 0 1001 1000101 10101001 100000 11000

Color Harmonies of #294F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294F48

Black with #294F48

Text Example


Text Example

White with #294F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,79,72); }

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

background-color css

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

 a { background-color: rgb(41,79,72); }

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

border-color css

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

 span { border-color: rgb(41,79,72); }

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