#2B4A43

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

Shades of Gable Green #2B4A43

Tints of Gable Green #2B4A43

Color information

#2B4A43 (or 0x2B4A43) is unknown color: approx Gable Green. HEX triplet: 2B, 4A and 43. RGB value is (43,74,67). Sum of RGB (Red+Green+Blue) = 43+74+67=184 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.37% from 184); Green value is 74 (29.30% from 255 or 40.22% from 184); Blue value is 67 (26.56% from 255 or 36.41% from 184); Max value from RGB is 74 - color contains mainly: green. Hex color #2B4A43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4A43 is #D4B5BC. Grayscale: #3F3F3F. Windows color (decimal): -13940157 or 4409899. OLE color: 4409899.

HSL color Cylindrical-coordinate representation of color #2B4A43: hue angle of 166.45º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2B4A43 is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.71.

Color convert

RGB437467-
CMYK0.4200.090.71
HSL166.45º26.5%22.94%-
HSV(B)166.45º41.89%29.02%-
XYZ4.465.826.2-
YUV63.93129.73113.07-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.37%
GREEN value IS 74 (29.30% from 255) = 40.22%
BLUE value IS 67 (26.56% from 255) = 36.41%
R=23.37%
G=40.22%
B=36.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4374670.4200.090.71166.4526.522.94
Hex2B4A432A0947a61a17
Octal53112103520111072463227
Binary10101110010101000011101010010011000111101001101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,74,67); }

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

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

 a { background-color: rgb(43,74,67); }

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

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

 span { border-color: rgb(43,74,67); }

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