#2A312B

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

Shades of Gordons Green #2A312B

Tints of Gordons Green #2A312B

Color information

#2A312B (or 0x2A312B) is unknown color: approx Gordons Green. HEX triplet: 2A, 31 and 2B. RGB value is (42,49,43). Sum of RGB (Red+Green+Blue) = 42+49+43=134 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.34% from 134); Green value is 49 (19.53% from 255 or 36.57% from 134); Blue value is 43 (17.19% from 255 or 32.09% from 134); Max value from RGB is 49 - color contains mainly: green. Hex color #2A312B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A312B is #D5CED4. Grayscale: #2E2E2E. Windows color (decimal): -14012117 or 2830634. OLE color: 2830634.

HSL color Cylindrical-coordinate representation of color #2A312B: hue angle of 128.57º 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 #2A312B is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.81.

Color convert

RGB424943-
CMYK0.1400.120.81
HSL128.57º7.69%17.84%-
HSV(B)128.57º14.29%19.22%-
XYZ2.492.862.71-
YUV46.22126.18124.99-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 31.34%
GREEN value IS 49 (19.53% from 255) = 36.57%
BLUE value IS 43 (17.19% from 255) = 32.09%
R=31.34%
G=36.57%
B=32.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4249430.1400.120.81128.577.6917.84
Hex2A312BE0C5181812
Octal526153160141212011022
Binary101010110001101011111001100101000110000001100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A312B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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