#2B372B

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

Shades of Gordons Green #2B372B

Tints of Gordons Green #2B372B

Color information

#2B372B (or 0x2B372B) is unknown color: approx Gordons Green. HEX triplet: 2B, 37 and 2B. RGB value is (43,55,43). Sum of RGB (Red+Green+Blue) = 43+55+43=141 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.50% from 141); Green value is 55 (21.88% from 255 or 39.01% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 55 - color contains mainly: green. Hex color #2B372B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B372B is #D4C8D4. Grayscale: #323232. Windows color (decimal): -13945045 or 2832171. OLE color: 2832171.

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

Color convert

RGB435543-
CMYK0.2200.220.78
HSL120º12.24%19.22%-
HSV(B)120º21.82%21.57%-
XYZ2.83.422.8-
YUV50.04124.02122.98-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 30.50%
GREEN value IS 55 (21.88% from 255) = 39.01%
BLUE value IS 43 (17.19% from 255) = 30.50%
R=30.50%
G=39.01%
B=30.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4355430.2200.220.7812012.2419.22
Hex2B372B160164E78c13
Octal536753260261161701423
Binary1010111101111010111011001011010011101111000110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B372B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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