#294B45

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

Shades of Gable Green #294B45

Tints of Gable Green #294B45

Color information

#294B45 (or 0x294B45) is unknown color: approx Gable Green. HEX triplet: 29, 4B and 45. RGB value is (41,75,69). Sum of RGB (Red+Green+Blue) = 41+75+69=185 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.16% from 185); Green value is 75 (29.69% from 255 or 40.54% from 185); Blue value is 69 (27.34% from 255 or 37.30% from 185); Max value from RGB is 75 - color contains mainly: green. Hex color #294B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294B45 is #D6B4BA. Grayscale: #404040. Windows color (decimal): -14070971 or 4541225. OLE color: 4541225.

HSL color Cylindrical-coordinate representation of color #294B45: hue angle of 169.41º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #294B45 is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB417569-
CMYK0.4500.080.71
HSL169.41º29.31%22.75%-
HSV(B)169.41º45.33%29.41%-
XYZ4.55.936.54-
YUV64.15130.74111.49-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.16%
GREEN value IS 75 (29.69% from 255) = 40.54%
BLUE value IS 69 (27.34% from 255) = 37.30%
R=22.16%
G=40.54%
B=37.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4175690.4500.080.71169.4129.3122.75
Hex294B452D0847a91d17
Octal51113105550101072513527
Binary10100110010111000101101101010001000111101010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,75,69); }

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

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

 a { background-color: rgb(41,75,69); }

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

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

 span { border-color: rgb(41,75,69); }

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