#2D4540

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

Shades of Gable Green #2D4540

Tints of Gable Green #2D4540

Color information

#2D4540 (or 0x2D4540) is unknown color: approx Gable Green. HEX triplet: 2D, 45 and 40. RGB value is (45,69,64). Sum of RGB (Red+Green+Blue) = 45+69+64=178 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.28% from 178); Green value is 69 (27.34% from 255 or 38.76% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 69 - color contains mainly: green. Hex color #2D4540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4540 is #D2BABF. Grayscale: #3D3D3D. Windows color (decimal): -13810368 or 4212013. OLE color: 4212013.

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

Color convert

RGB456964-
CMYK0.3500.070.73
HSL167.5º21.05%22.35%-
HSV(B)167.5º34.78%27.06%-
XYZ4.145.185.63-
YUV61.25129.55116.41-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 25.28%
GREEN value IS 69 (27.34% from 255) = 38.76%
BLUE value IS 64 (25.39% from 255) = 35.96%
R=25.28%
G=38.76%
B=35.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4569640.3500.070.73167.521.0522.35
Hex2D4540230749a81516
Octal5510510043071112502526
Binary1011011000101100000010001101111001001101010001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,69,64); }

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

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

 a { background-color: rgb(45,69,64); }

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

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

 span { border-color: rgb(45,69,64); }

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