#2B312C

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

Shades of Gordons Green #2B312C

Tints of Gordons Green #2B312C

Color information

#2B312C (or 0x2B312C) is unknown color: approx Gordons Green. HEX triplet: 2B, 31 and 2C. RGB value is (43,49,44). Sum of RGB (Red+Green+Blue) = 43+49+44=136 (18% of max value = 765). Red value is 43 (17.19% from 255 or 31.62% from 136); Green value is 49 (19.53% from 255 or 36.03% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 49 - color contains mainly: green. Hex color #2B312C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B312C is #D4CED3. Grayscale: #2E2E2E. Windows color (decimal): -13946580 or 2896171. OLE color: 2896171.

HSL color Cylindrical-coordinate representation of color #2B312C: hue angle of 130º degrees, saturation: 0.07, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #2B312C is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB434944-
CMYK0.1200.100.81
HSL130º6.52%18.04%-
HSV(B)130º12.24%19.22%-
XYZ2.552.892.81-
YUV46.64126.51125.41-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 31.62%
GREEN value IS 49 (19.53% from 255) = 36.03%
BLUE value IS 44 (17.58% from 255) = 32.35%
R=31.62%
G=36.03%
B=32.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4349440.1200.100.811306.5218.04
Hex2B312CC0A5182712
Octal53615414012121202722
Binary10101111000110110011000101010100011000001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B312C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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