#2A382C

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

Shades of Gordons Green #2A382C

Tints of Gordons Green #2A382C

Color information

#2A382C (or 0x2A382C) is unknown color: approx Gordons Green. HEX triplet: 2A, 38 and 2C. RGB value is (42,56,44). Sum of RGB (Red+Green+Blue) = 42+56+44=142 (18% of max value = 765). Red value is 42 (16.80% from 255 or 29.58% from 142); Green value is 56 (22.27% from 255 or 39.44% from 142); Blue value is 44 (17.58% from 255 or 30.99% from 142); Max value from RGB is 56 - color contains mainly: green. Hex color #2A382C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A382C is #D5C7D3. Grayscale: #323232. Windows color (decimal): -14010324 or 2897962. OLE color: 2897962.

HSL color Cylindrical-coordinate representation of color #2A382C: hue angle of 128.57º degrees, saturation: 0.14, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2A382C is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.78.

Color convert

RGB425644-
CMYK0.2500.210.78
HSL128.57º14.29%19.22%-
HSV(B)128.57º25%21.96%-
XYZ2.823.52.91-
YUV50.45124.36121.98-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 29.58%
GREEN value IS 56 (22.27% from 255) = 39.44%
BLUE value IS 44 (17.58% from 255) = 30.99%
R=29.58%
G=39.44%
B=30.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4256440.2500.210.78128.5714.2919.22
Hex2A382C190154E81e13
Octal527054310251162011623
Binary10101011100010110011001010101100111010000001111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A382C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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