#2D443E

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

Shades of Gable Green #2D443E

Tints of Gable Green #2D443E

Color information

#2D443E (or 0x2D443E) is unknown color: approx Gable Green. HEX triplet: 2D, 44 and 3E. RGB value is (45,68,62). Sum of RGB (Red+Green+Blue) = 45+68+62=175 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.71% from 175); Green value is 68 (26.95% from 255 or 38.86% from 175); Blue value is 62 (24.61% from 255 or 35.43% from 175); Max value from RGB is 68 - color contains mainly: green. Hex color #2D443E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D443E is #D2BBC1. Grayscale: #3C3C3C. Windows color (decimal): -13810626 or 4080685. OLE color: 4080685.

HSL color Cylindrical-coordinate representation of color #2D443E: hue angle of 164.35º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2D443E is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB456862-
CMYK0.3400.090.73
HSL164.35º20.35%22.16%-
HSV(B)164.35º33.82%26.67%-
XYZ4.025.045.32-
YUV60.44128.88116.99-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 25.71%
GREEN value IS 68 (26.95% from 255) = 38.86%
BLUE value IS 62 (24.61% from 255) = 35.43%
R=25.71%
G=38.86%
B=35.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4568620.3400.090.73164.3520.3522.16
Hex2D443E220949a41416
Octal5510476420111112442426
Binary1011011000100111110100010010011001001101001001010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D443E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,68,62); }

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

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

 a { background-color: rgb(45,68,62); }

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

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

 span { border-color: rgb(45,68,62); }

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