#2B4740

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

Shades of Gable Green #2B4740

Tints of Gable Green #2B4740

Color information

#2B4740 (or 0x2B4740) is unknown color: approx Gable Green. HEX triplet: 2B, 47 and 40. RGB value is (43,71,64). Sum of RGB (Red+Green+Blue) = 43+71+64=178 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.16% from 178); Green value is 71 (28.12% from 255 or 39.89% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 71 - color contains mainly: green. Hex color #2B4740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4740 is #D4B8BF. Grayscale: #3D3D3D. Windows color (decimal): -13940928 or 4212523. OLE color: 4212523.

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

Color convert

RGB437164-
CMYK0.3900.100.72
HSL165º24.56%22.35%-
HSV(B)165º39.44%27.84%-
XYZ4.175.395.67-
YUV61.83129.22114.57-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.16%
GREEN value IS 71 (28.12% from 255) = 39.89%
BLUE value IS 64 (25.39% from 255) = 35.96%
R=24.16%
G=39.89%
B=35.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4371640.3900.100.7216524.5622.35
Hex2B4740270A48a51916
Octal53107100470121102453126
Binary10101110001111000000100111010101001000101001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,71,64); }

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

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

 a { background-color: rgb(43,71,64); }

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

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

 span { border-color: rgb(43,71,64); }

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