#2D3D39

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

Shades of Gable Green #2D3D39

Tints of Gable Green #2D3D39

Color information

#2D3D39 (or 0x2D3D39) is unknown color: approx Gable Green. HEX triplet: 2D, 3D and 39. RGB value is (45,61,57). Sum of RGB (Red+Green+Blue) = 45+61+57=163 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.61% from 163); Green value is 61 (24.22% from 255 or 37.42% from 163); Blue value is 57 (22.66% from 255 or 34.97% from 163); Max value from RGB is 61 - color contains mainly: green. Hex color #2D3D39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3D39 is #D2C2C6. Grayscale: #373737. Windows color (decimal): -13812423 or 3751213. OLE color: 3751213.

HSL color Cylindrical-coordinate representation of color #2D3D39: hue angle of 165º degrees, saturation: 0.15, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #2D3D39 is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.76.

Color convert

RGB456157-
CMYK0.2600.070.76
HSL165º15.09%20.78%-
HSV(B)165º26.23%23.92%-
XYZ3.494.194.5-
YUV55.76128.7120.33-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 27.61%
GREEN value IS 61 (24.22% from 255) = 37.42%
BLUE value IS 57 (22.66% from 255) = 34.97%
R=27.61%
G=37.42%
B=34.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4561570.2600.070.7616515.0920.78
Hex2D3D391A074Ca5f15
Octal55757132071142451725
Binary101101111101111001110100111100110010100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,61,57); }

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

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

 a { background-color: rgb(45,61,57); }

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

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

 span { border-color: rgb(45,61,57); }

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