#2A312C

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

Shades of Gordons Green #2A312C

Tints of Gordons Green #2A312C

Color information

#2A312C (or 0x2A312C) is unknown color: approx Gordons Green. HEX triplet: 2A, 31 and 2C. RGB value is (42,49,44). Sum of RGB (Red+Green+Blue) = 42+49+44=135 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.11% from 135); Green value is 49 (19.53% from 255 or 36.30% from 135); Blue value is 44 (17.58% from 255 or 32.59% from 135); Max value from RGB is 49 - color contains mainly: green. Hex color #2A312C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A312C is #D5CED3. Grayscale: #2E2E2E. Windows color (decimal): -14012116 or 2896170. OLE color: 2896170.

HSL color Cylindrical-coordinate representation of color #2A312C: hue angle of 137.14º degrees, saturation: 0.08, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #2A312C is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB424944-
CMYK0.1400.100.81
HSL137.14º7.69%17.84%-
HSV(B)137.14º14.29%19.22%-
XYZ2.512.872.8-
YUV46.34126.68124.91-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 31.11%
GREEN value IS 49 (19.53% from 255) = 36.30%
BLUE value IS 44 (17.58% from 255) = 32.59%
R=31.11%
G=36.30%
B=32.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4249440.1400.100.81137.147.6917.84
Hex2A312CE0A5189812
Octal526154160121212111022
Binary101010110001101100111001010101000110001001100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A312C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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