#2A403B

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

Shades of Gable Green #2A403B

Tints of Gable Green #2A403B

Color information

#2A403B (or 0x2A403B) is unknown color: approx Gable Green. HEX triplet: 2A, 40 and 3B. RGB value is (42,64,59). Sum of RGB (Red+Green+Blue) = 42+64+59=165 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.45% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 59 (23.44% from 255 or 35.76% from 165); Max value from RGB is 64 - color contains mainly: green. Hex color #2A403B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A403B is #D5BFC4. Grayscale: #383838. Windows color (decimal): -14008261 or 3883050. OLE color: 3883050.

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

Color convert

RGB426459-
CMYK0.3400.080.75
HSL166.36º20.75%20.78%-
HSV(B)166.36º34.38%25.1%-
XYZ3.584.474.81-
YUV56.85129.21117.41-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.45%
GREEN value IS 64 (25.39% from 255) = 38.79%
BLUE value IS 59 (23.44% from 255) = 35.76%
R=25.45%
G=38.79%
B=35.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4264590.3400.080.75166.3620.7520.78
Hex2A403B22084Ba61515
Octal5210073420101132462525
Binary1010101000000111011100010010001001011101001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A403B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,64,59); }

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

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

 a { background-color: rgb(42,64,59); }

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

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

 span { border-color: rgb(42,64,59); }

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