#2B372E

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

Shades of Gordons Green #2B372E

Tints of Gordons Green #2B372E

Color information

#2B372E (or 0x2B372E) is unknown color: approx Gordons Green. HEX triplet: 2B, 37 and 2E. RGB value is (43,55,46). Sum of RGB (Red+Green+Blue) = 43+55+46=144 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.86% from 144); Green value is 55 (21.88% from 255 or 38.19% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 55 - color contains mainly: green. Hex color #2B372E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B372E is #D4C8D1. Grayscale: #323232. Windows color (decimal): -13945042 or 3028779. OLE color: 3028779.

HSL color Cylindrical-coordinate representation of color #2B372E: hue angle of 135º 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 #2B372E is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB435546-
CMYK0.2200.160.78
HSL135º12.24%19.22%-
HSV(B)135º21.82%21.57%-
XYZ2.863.443.1-
YUV50.39125.52122.73-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 29.86%
GREEN value IS 55 (21.88% from 255) = 38.19%
BLUE value IS 46 (18.36% from 255) = 31.94%
R=29.86%
G=38.19%
B=31.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4355460.2200.160.7813512.2419.22
Hex2B372E160104E87c13
Octal536756260201162071423
Binary10101111011110111010110010000100111010000111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B372E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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