#2A403C

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

Shades of Gable Green #2A403C

Tints of Gable Green #2A403C

Color information

#2A403C (or 0x2A403C) is unknown color: approx Gable Green. HEX triplet: 2A, 40 and 3C. RGB value is (42,64,60). Sum of RGB (Red+Green+Blue) = 42+64+60=166 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.30% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 60 (23.83% from 255 or 36.14% from 166); Max value from RGB is 64 - color contains mainly: green. Hex color #2A403C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A403C is #D5BFC3. Grayscale: #383838. Windows color (decimal): -14008260 or 3948586. OLE color: 3948586.

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

Color convert

RGB426460-
CMYK0.3400.060.75
HSL169.09º20.75%20.78%-
HSV(B)169.09º34.38%25.1%-
XYZ3.64.494.95-
YUV56.97129.71117.33-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.30%
GREEN value IS 64 (25.39% from 255) = 38.55%
BLUE value IS 60 (23.83% from 255) = 36.14%
R=25.30%
G=38.55%
B=36.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4264600.3400.060.75169.0920.7520.78
Hex2A403C22064Ba91515
Octal521007442061132512525
Binary101010100000011110010001001101001011101010011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A403C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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