#2B403A

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

Shades of Gable Green #2B403A

Tints of Gable Green #2B403A

Color information

#2B403A (or 0x2B403A) is unknown color: approx Gable Green. HEX triplet: 2B, 40 and 3A. RGB value is (43,64,58). Sum of RGB (Red+Green+Blue) = 43+64+58=165 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.06% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 58 (23.05% from 255 or 35.15% from 165); Max value from RGB is 64 - color contains mainly: green. Hex color #2B403A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B403A is #D4BFC5. Grayscale: #393939. Windows color (decimal): -13942726 or 3817515. OLE color: 3817515.

HSL color Cylindrical-coordinate representation of color #2B403A: hue angle of 162.86º 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 #2B403A is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB436458-
CMYK0.3300.090.75
HSL162.86º19.63%20.98%-
HSV(B)162.86º32.81%25.1%-
XYZ3.594.494.68-
YUV57.04128.54117.99-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.06%
GREEN value IS 64 (25.39% from 255) = 38.79%
BLUE value IS 58 (23.05% from 255) = 35.15%
R=26.06%
G=38.79%
B=35.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4364580.3300.090.75162.8619.6320.98
Hex2B403A21094Ba31415
Octal5310072410111132432425
Binary1010111000000111010100001010011001011101000111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B403A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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