#2D413C

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

Shades of Gable Green #2D413C

Tints of Gable Green #2D413C

Color information

#2D413C (or 0x2D413C) is unknown color: approx Gable Green. HEX triplet: 2D, 41 and 3C. RGB value is (45,65,60). Sum of RGB (Red+Green+Blue) = 45+65+60=170 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.47% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 60 (23.83% from 255 or 35.29% from 170); Max value from RGB is 65 - color contains mainly: green. Hex color #2D413C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D413C is #D2BEC3. Grayscale: #3A3A3A. Windows color (decimal): -13811396 or 3948845. OLE color: 3948845.

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

Color convert

RGB456560-
CMYK0.3100.080.75
HSL165º18.18%21.57%-
HSV(B)165º30.77%25.49%-
XYZ3.794.664.98-
YUV58.45128.87118.41-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 26.47%
GREEN value IS 65 (25.78% from 255) = 38.24%
BLUE value IS 60 (23.83% from 255) = 35.29%
R=26.47%
G=38.24%
B=35.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4565600.3100.080.7516518.1821.57
Hex2D413C1F084Ba51216
Octal5510174370101132452226
Binary101101100000111110011111010001001011101001011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D413C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,65,60); }

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

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

 a { background-color: rgb(45,65,60); }

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

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

 span { border-color: rgb(45,65,60); }

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