#2A443E

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

Shades of Gable Green #2A443E

Tints of Gable Green #2A443E

Color information

#2A443E (or 0x2A443E) is unknown color: approx Gable Green. HEX triplet: 2A, 44 and 3E. RGB value is (42,68,62). Sum of RGB (Red+Green+Blue) = 42+68+62=172 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.42% from 172); Green value is 68 (26.95% from 255 or 39.53% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 68 - color contains mainly: green. Hex color #2A443E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A443E is #D5BBC1. Grayscale: #3B3B3B. Windows color (decimal): -14007234 or 4080682. OLE color: 4080682.

HSL color Cylindrical-coordinate representation of color #2A443E: hue angle of 166.15º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2A443E is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB426862-
CMYK0.3800.090.73
HSL166.15º23.64%21.57%-
HSV(B)166.15º38.24%26.67%-
XYZ3.894.975.31-
YUV59.54129.39115.49-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.42%
GREEN value IS 68 (26.95% from 255) = 39.53%
BLUE value IS 62 (24.61% from 255) = 36.05%
R=24.42%
G=39.53%
B=36.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4268620.3800.090.73166.1523.6421.57
Hex2A443E260949a61816
Octal5210476460111112463026
Binary1010101000100111110100110010011001001101001101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A443E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,68,62); }

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

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

 a { background-color: rgb(42,68,62); }

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

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

 span { border-color: rgb(42,68,62); }

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