#2B322D

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

Shades of Gordons Green #2B322D

Tints of Gordons Green #2B322D

Color information

#2B322D (or 0x2B322D) is unknown color: approx Gordons Green. HEX triplet: 2B, 32 and 2D. RGB value is (43,50,45). Sum of RGB (Red+Green+Blue) = 43+50+45=138 (18% of max value = 765). Red value is 43 (17.19% from 255 or 31.16% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 45 (17.97% from 255 or 32.61% from 138); Max value from RGB is 50 - color contains mainly: green. Hex color #2B322D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B322D is #D4CDD2. Grayscale: #2F2F2F. Windows color (decimal): -13946323 or 2961963. OLE color: 2961963.

HSL color Cylindrical-coordinate representation of color #2B322D: hue angle of 137.14º degrees, saturation: 0.08, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #2B322D is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.80.

Color convert

RGB435045-
CMYK0.1400.100.80
HSL137.14º7.53%18.24%-
HSV(B)137.14º14%19.61%-
XYZ2.612.982.92-
YUV47.34126.68124.91-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 31.16%
GREEN value IS 50 (19.92% from 255) = 36.23%
BLUE value IS 45 (17.97% from 255) = 32.61%
R=31.16%
G=36.23%
B=32.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4350450.1400.100.80137.147.5318.24
Hex2B322DE0A5089812
Octal536255160121202111022
Binary101011110010101101111001010101000010001001100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B322D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,50,45); }

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

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

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

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

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

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

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