#2A372C

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

Shades of Gordons Green #2A372C

Tints of Gordons Green #2A372C

Color information

#2A372C (or 0x2A372C) is unknown color: approx Gordons Green. HEX triplet: 2A, 37 and 2C. RGB value is (42,55,44). Sum of RGB (Red+Green+Blue) = 42+55+44=141 (18% of max value = 765). Red value is 42 (16.80% from 255 or 29.79% from 141); Green value is 55 (21.88% from 255 or 39.01% from 141); Blue value is 44 (17.58% from 255 or 31.21% from 141); Max value from RGB is 55 - color contains mainly: green. Hex color #2A372C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A372C is #D5C8D3. Grayscale: #313131. Windows color (decimal): -14010580 or 2897706. OLE color: 2897706.

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

Color convert

RGB425544-
CMYK0.2400.20.78
HSL129.23º13.4%19.02%-
HSV(B)129.23º23.64%21.57%-
XYZ2.783.412.89-
YUV49.86124.69122.39-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 29.79%
GREEN value IS 55 (21.88% from 255) = 39.01%
BLUE value IS 44 (17.58% from 255) = 31.21%
R=29.79%
G=39.01%
B=31.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4255440.2400.20.78129.2313.419.02
Hex2A372C180144E81d13
Octal526754300241162011523
Binary10101011011110110011000010100100111010000001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A372C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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