#2A4E47

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

Shades of Gable Green #2A4E47

Tints of Gable Green #2A4E47

Color information

#2A4E47 (or 0x2A4E47) is unknown color: approx Gable Green. HEX triplet: 2A, 4E and 47. RGB value is (42,78,71). Sum of RGB (Red+Green+Blue) = 42+78+71=191 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.99% from 191); Green value is 78 (30.86% from 255 or 40.84% from 191); Blue value is 71 (28.12% from 255 or 37.17% from 191); Max value from RGB is 78 - color contains mainly: green. Hex color #2A4E47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A4E47 is #D5B1B8. Grayscale: #424242. Windows color (decimal): -14004665 or 4673066. OLE color: 4673066.

HSL color Cylindrical-coordinate representation of color #2A4E47: hue angle of 168.33º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2A4E47 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB427871-
CMYK0.4600.090.69
HSL168.33º30%23.53%-
HSV(B)168.33º46.15%30.59%-
XYZ4.826.46.94-
YUV66.44130.57110.57-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.99%
GREEN value IS 78 (30.86% from 255) = 40.84%
BLUE value IS 71 (28.12% from 255) = 37.17%
R=21.99%
G=40.84%
B=37.17%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4278710.4600.090.69168.333023.53
Hex2A4E472E0945a81e18
Octal52116107560111052503630
Binary10101010011101000111101110010011000101101010001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,78,71); }

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

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

 a { background-color: rgb(42,78,71); }

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

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

 span { border-color: rgb(42,78,71); }

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