#294642

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

Shades of Gable Green #294642

Tints of Gable Green #294642

Color information

#294642 (or 0x294642) is unknown color: approx Gable Green. HEX triplet: 29, 46 and 42. RGB value is (41,70,66). Sum of RGB (Red+Green+Blue) = 41+70+66=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 70 (27.73% from 255 or 39.55% from 177); Blue value is 66 (26.17% from 255 or 37.29% from 177); Max value from RGB is 70 - color contains mainly: green. Hex color #294642 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294642 is #D6B9BD. Grayscale: #3C3C3C. Windows color (decimal): -14072254 or 4343337. OLE color: 4343337.

HSL color Cylindrical-coordinate representation of color #294642: hue angle of 171.72º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #294642 is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB417066-
CMYK0.4100.060.73
HSL171.72º26.13%21.76%-
HSV(B)171.72º41.43%27.45%-
XYZ4.095.255.95-
YUV60.87130.89113.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.16%
GREEN value IS 70 (27.73% from 255) = 39.55%
BLUE value IS 66 (26.17% from 255) = 37.29%
R=23.16%
G=39.55%
B=37.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4170660.4100.060.73171.7226.1321.76
Hex294642290649ac1a16
Octal5110610251061112543226
Binary1010011000110100001010100101101001001101011001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294642; }

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

 H1.HeaderClassName
 {
   color: #294642;
 }
 .AnyTagClassName
 {
   color: #294642;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #294642;
 }
 .BgClassName
 {
   background-color: #294642;
 }
</style>
border-color css

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

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

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