#294841

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

Shades of Gable Green #294841

Tints of Gable Green #294841

Color information

#294841 (or 0x294841) is unknown color: approx Gable Green. HEX triplet: 29, 48 and 41. RGB value is (41,72,65). Sum of RGB (Red+Green+Blue) = 41+72+65=178 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.03% from 178); Green value is 72 (28.52% from 255 or 40.45% from 178); Blue value is 65 (25.78% from 255 or 36.52% from 178); Max value from RGB is 72 - color contains mainly: green. Hex color #294841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294841 is #D6B7BE. Grayscale: #3D3D3D. Windows color (decimal): -14071743 or 4278313. OLE color: 4278313.

HSL color Cylindrical-coordinate representation of color #294841: hue angle of 166.45º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #294841 is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB417265-
CMYK0.4300.100.72
HSL166.45º27.43%22.16%-
HSV(B)166.45º43.06%28.24%-
XYZ4.195.495.84-
YUV61.93129.73113.07-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.03%
GREEN value IS 72 (28.52% from 255) = 40.45%
BLUE value IS 65 (25.78% from 255) = 36.52%
R=23.03%
G=40.45%
B=36.52%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4172650.4300.100.72166.4527.4322.16
Hex2948412B0A48a61b16
Octal51110101530121102463326
Binary10100110010001000001101011010101001000101001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294841; }

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

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

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

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

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

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

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

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