#2B403C

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

Shades of Gable Green #2B403C

Tints of Gable Green #2B403C

Color information

#2B403C (or 0x2B403C) is unknown color: approx Gable Green. HEX triplet: 2B, 40 and 3C. RGB value is (43,64,60). Sum of RGB (Red+Green+Blue) = 43+64+60=167 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.75% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 60 (23.83% from 255 or 35.93% from 167); Max value from RGB is 64 - color contains mainly: green. Hex color #2B403C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B403C is #D4BFC3. Grayscale: #393939. Windows color (decimal): -13942724 or 3948587. OLE color: 3948587.

HSL color Cylindrical-coordinate representation of color #2B403C: hue angle of 168.57º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2B403C is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB436460-
CMYK0.3300.060.75
HSL168.57º19.63%20.98%-
HSV(B)168.57º32.81%25.1%-
XYZ3.654.514.95-
YUV57.26129.54117.83-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.75%
GREEN value IS 64 (25.39% from 255) = 38.32%
BLUE value IS 60 (23.83% from 255) = 35.93%
R=25.75%
G=38.32%
B=35.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4364600.3300.060.75168.5719.6320.98
Hex2B403C21064Ba91415
Octal531007441061132512425
Binary101011100000011110010000101101001011101010011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B403C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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