#2A4A43

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

Shades of Gable Green #2A4A43

Tints of Gable Green #2A4A43

Color information

#2A4A43 (or 0x2A4A43) is unknown color: approx Gable Green. HEX triplet: 2A, 4A and 43. RGB value is (42,74,67). Sum of RGB (Red+Green+Blue) = 42+74+67=183 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.95% from 183); Green value is 74 (29.30% from 255 or 40.44% from 183); Blue value is 67 (26.56% from 255 or 36.61% from 183); Max value from RGB is 74 - color contains mainly: green. Hex color #2A4A43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4A43 is #D5B5BC. Grayscale: #3F3F3F. Windows color (decimal): -14005693 or 4409898. OLE color: 4409898.

HSL color Cylindrical-coordinate representation of color #2A4A43: hue angle of 166.88º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2A4A43 is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.71.

Color convert

RGB427467-
CMYK0.4300.090.71
HSL166.88º27.59%22.75%-
HSV(B)166.88º43.24%29.02%-
XYZ4.425.86.2-
YUV63.63129.9112.57-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.95%
GREEN value IS 74 (29.30% from 255) = 40.44%
BLUE value IS 67 (26.56% from 255) = 36.61%
R=22.95%
G=40.44%
B=36.61%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4274670.4300.090.71166.8827.5922.75
Hex2A4A432B0947a71c17
Octal52112103530111072473427
Binary10101010010101000011101011010011000111101001111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,74,67); }

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

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

 a { background-color: rgb(42,74,67); }

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

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

 span { border-color: rgb(42,74,67); }

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