#2A423C

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

Shades of Gable Green #2A423C

Tints of Gable Green #2A423C

Color information

#2A423C (or 0x2A423C) is unknown color: approx Gable Green. HEX triplet: 2A, 42 and 3C. RGB value is (42,66,60). Sum of RGB (Red+Green+Blue) = 42+66+60=168 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25% from 168); Green value is 66 (26.17% from 255 or 39.29% from 168); Blue value is 60 (23.83% from 255 or 35.71% from 168); Max value from RGB is 66 - color contains mainly: green. Hex color #2A423C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A423C is #D5BDC3. Grayscale: #3A3A3A. Windows color (decimal): -14007748 or 3949098. OLE color: 3949098.

HSL color Cylindrical-coordinate representation of color #2A423C: hue angle of 165º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2A423C is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB426660-
CMYK0.3600.090.74
HSL165º22.22%21.18%-
HSV(B)165º36.36%25.88%-
XYZ3.724.714.99-
YUV58.14129.05116.49-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25%
GREEN value IS 66 (26.17% from 255) = 39.29%
BLUE value IS 60 (23.83% from 255) = 35.71%
R=25%
G=39.29%
B=35.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4266600.3600.090.7416522.2221.18
Hex2A423C24094Aa51615
Octal5210274440111122452625
Binary1010101000010111100100100010011001010101001011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A423C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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