#2C403A

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

Shades of Gable Green #2C403A

Tints of Gable Green #2C403A

Color information

#2C403A (or 0x2C403A) is unknown color: approx Gable Green. HEX triplet: 2C, 40 and 3A. RGB value is (44,64,58). Sum of RGB (Red+Green+Blue) = 44+64+58=166 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.51% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 58 (23.05% from 255 or 34.94% from 166); Max value from RGB is 64 - color contains mainly: green. Hex color #2C403A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C403A is #D3BFC5. Grayscale: #393939. Windows color (decimal): -13877190 or 3817516. OLE color: 3817516.

HSL color Cylindrical-coordinate representation of color #2C403A: hue angle of 162º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2C403A is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB446458-
CMYK0.3100.090.75
HSL162º18.52%21.18%-
HSV(B)162º31.25%25.1%-
XYZ3.644.514.68-
YUV57.34128.37118.49-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.51%
GREEN value IS 64 (25.39% from 255) = 38.55%
BLUE value IS 58 (23.05% from 255) = 34.94%
R=26.51%
G=38.55%
B=34.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4464580.3100.090.7516218.5221.18
Hex2C403A1F094Ba21315
Octal5410072370111132422325
Binary101100100000011101011111010011001011101000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C403A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C403A; }

 p { color: rgb(44,64,58); }

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

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

 a { background-color: rgb(44,64,58); }

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

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

 span { border-color: rgb(44,64,58); }

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