#293D3A

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

Shades of Gable Green #293D3A

Tints of Gable Green #293D3A

Color information

#293D3A (or 0x293D3A) is unknown color: approx Gable Green. HEX triplet: 29, 3D and 3A. RGB value is (41,61,58). Sum of RGB (Red+Green+Blue) = 41+61+58=160 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.62% from 160); Green value is 61 (24.22% from 255 or 38.12% from 160); Blue value is 58 (23.05% from 255 or 36.25% from 160); Max value from RGB is 61 - color contains mainly: green. Hex color #293D3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293D3A is #D6C2C5. Grayscale: #363636. Windows color (decimal): -14074566 or 3816745. OLE color: 3816745.

HSL color Cylindrical-coordinate representation of color #293D3A: hue angle of 171º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #293D3A is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.76.

Color convert

RGB416158-
CMYK0.3300.050.76
HSL171º19.61%20%-
HSV(B)171º32.79%23.92%-
XYZ3.354.114.62-
YUV54.68129.87118.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.62%
GREEN value IS 61 (24.22% from 255) = 38.12%
BLUE value IS 58 (23.05% from 255) = 36.25%
R=25.62%
G=38.12%
B=36.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4161580.3300.050.7617119.6120
Hex293D3A21054Cab1414
Octal51757241051142532424
Binary10100111110111101010000101011001100101010111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293D3A; }

 p { color: rgb(41,61,58); }

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

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

 a { background-color: rgb(41,61,58); }

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

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

 span { border-color: rgb(41,61,58); }

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