#2A422C

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

Shades of Gordons Green #2A422C

Tints of Gordons Green #2A422C

Color information

#2A422C (or 0x2A422C) is unknown color: approx Gordons Green. HEX triplet: 2A, 42 and 2C. RGB value is (42,66,44). Sum of RGB (Red+Green+Blue) = 42+66+44=152 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.63% from 152); Green value is 66 (26.17% from 255 or 43.42% from 152); Blue value is 44 (17.58% from 255 or 28.95% from 152); Max value from RGB is 66 - color contains mainly: green. Hex color #2A422C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A422C is #D5BDD3. Grayscale: #383838. Windows color (decimal): -14007764 or 2900522. OLE color: 2900522.

HSL color Cylindrical-coordinate representation of color #2A422C: hue angle of 125º 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 #2A422C is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.74.

Color convert

RGB426644-
CMYK0.3600.330.74
HSL125º22.22%21.18%-
HSV(B)125º36.36%25.88%-
XYZ3.364.573.09-
YUV56.32121.05117.79-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 27.63%
GREEN value IS 66 (26.17% from 255) = 43.42%
BLUE value IS 44 (17.58% from 255) = 28.95%
R=27.63%
G=43.42%
B=28.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4266440.3600.330.7412522.2221.18
Hex2A422C240214A7d1615
Octal5210254440411121752625
Binary10101010000101011001001000100001100101011111011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A422C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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