#294F48

Color #294F48 Gable Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gable Green #294F48

Tints of Gable Green #294F48

Color information

#294F48 (or 0x294F48) is unknown color: approx 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

RGB417972-
CMYK0.4800.090.69
HSL168.95º31.67%23.53%-
HSV(B)168.95º48.1%30.98%-
XYZ4.886.537.13-
YUV66.84130.91109.57-

RGB Variations

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

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 (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4179720.4800.090.69168.9531.6723.53
Hex294F48300945a92018
Octal51117110600111052514030
Binary101001100111110010001100000100110001011010100110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>