#295049

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

Shades of Gable Green #295049

Tints of Gable Green #295049

Color information

#295049 (or 0x295049) is unknown color: approx Gable Green. HEX triplet: 29, 50 and 49. RGB value is (41,80,73). Sum of RGB (Red+Green+Blue) = 41+80+73=194 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.13% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 73 (28.91% from 255 or 37.63% from 194); Max value from RGB is 80 - color contains mainly: green. Hex color #295049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295049 is #D6AFB6. Grayscale: #434343. Windows color (decimal): -14069687 or 4804649. OLE color: 4804649.

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

Color convert

RGB418073-
CMYK0.4900.090.69
HSL169.23º32.23%23.73%-
HSV(B)169.23º48.75%31.37%-
XYZ4.996.697.33-
YUV67.54131.08109.07-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.13%
GREEN value IS 80 (31.64% from 255) = 41.24%
BLUE value IS 73 (28.91% from 255) = 37.63%
R=21.13%
G=41.24%
B=37.63%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4180730.4900.090.69169.2332.2323.73
Hex295049310945a92018
Octal51120111610111052514030
Binary101001101000010010011100010100110001011010100110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295049; }

 p { color: rgb(41,80,73); }

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

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

 a { background-color: rgb(41,80,73); }

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

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

 span { border-color: rgb(41,80,73); }

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