#2B4F47

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

Shades of Gable Green #2B4F47

Tints of Gable Green #2B4F47

Color information

#2B4F47 (or 0x2B4F47) is unknown color: approx Gable Green. HEX triplet: 2B, 4F and 47. RGB value is (43,79,71). Sum of RGB (Red+Green+Blue) = 43+79+71=193 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.28% from 193); Green value is 79 (31.25% from 255 or 40.93% from 193); Blue value is 71 (28.12% from 255 or 36.79% from 193); Max value from RGB is 79 - color contains mainly: green. Hex color #2B4F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B4F47 is #D4B0B8. Grayscale: #434343. Windows color (decimal): -13938873 or 4673323. OLE color: 4673323.

HSL color Cylindrical-coordinate representation of color #2B4F47: hue angle of 166.67º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2B4F47 is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB437971-
CMYK0.4600.100.69
HSL166.67º29.51%23.92%-
HSV(B)166.67º45.57%30.98%-
XYZ4.936.566.97-
YUV67.32130.07110.65-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.28%
GREEN value IS 79 (31.25% from 255) = 40.93%
BLUE value IS 71 (28.12% from 255) = 36.79%
R=22.28%
G=40.93%
B=36.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4379710.4600.100.69166.6729.5123.92
Hex2B4F472E0A45a71e18
Octal53117107560121052473630
Binary10101110011111000111101110010101000101101001111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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