#2C403D

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

Shades of Gable Green #2C403D

Tints of Gable Green #2C403D

Color information

#2C403D (or 0x2C403D) is unknown color: approx Gable Green. HEX triplet: 2C, 40 and 3D. RGB value is (44,64,61). Sum of RGB (Red+Green+Blue) = 44+64+61=169 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.04% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 61 (24.22% from 255 or 36.09% from 169); Max value from RGB is 64 - color contains mainly: green. Hex color #2C403D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C403D is #D3BFC2. Grayscale: #393939. Windows color (decimal): -13877187 or 4014124. OLE color: 4014124.

HSL color Cylindrical-coordinate representation of color #2C403D: hue angle of 171º 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 #2C403D is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB446461-
CMYK0.3100.050.75
HSL171º18.52%21.18%-
HSV(B)171º31.25%25.1%-
XYZ3.714.545.1-
YUV57.68129.87118.24-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.04%
GREEN value IS 64 (25.39% from 255) = 37.87%
BLUE value IS 61 (24.22% from 255) = 36.09%
R=26.04%
G=37.87%
B=36.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4464610.3100.050.7517118.5221.18
Hex2C403D1F054Bab1315
Octal541007537051132532325
Binary10110010000001111011111101011001011101010111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C403D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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