#2B372C

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

Shades of Gordons Green #2B372C

Tints of Gordons Green #2B372C

Color information

#2B372C (or 0x2B372C) is unknown color: approx Gordons Green. HEX triplet: 2B, 37 and 2C. RGB value is (43,55,44). Sum of RGB (Red+Green+Blue) = 43+55+44=142 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.28% from 142); Green value is 55 (21.88% from 255 or 38.73% from 142); Blue value is 44 (17.58% from 255 or 30.99% from 142); Max value from RGB is 55 - color contains mainly: green. Hex color #2B372C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B372C is #D4C8D3. Grayscale: #323232. Windows color (decimal): -13945044 or 2897707. OLE color: 2897707.

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

Color convert

RGB435544-
CMYK0.2200.20.78
HSL125º12.24%19.22%-
HSV(B)125º21.82%21.57%-
XYZ2.823.432.9-
YUV50.16124.52122.89-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 30.28%
GREEN value IS 55 (21.88% from 255) = 38.73%
BLUE value IS 44 (17.58% from 255) = 30.99%
R=30.28%
G=38.73%
B=30.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4355440.2200.20.7812512.2419.22
Hex2B372C160144E7dc13
Octal536754260241161751423
Binary1010111101111011001011001010010011101111101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B372C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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