#2B310D

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

Shades of Green Waterloo #2B310D

Tints of Green Waterloo #2B310D

Color information

#2B310D (or 0x2B310D) is unknown color: approx Green Waterloo. HEX triplet: 2B, 31 and 0D. RGB value is (43,49,13). Sum of RGB (Red+Green+Blue) = 43+49+13=105 (13% of max value = 765). Red value is 43 (17.19% from 255 or 40.95% from 105); Green value is 49 (19.53% from 255 or 46.67% from 105); Blue value is 13 (5.47% from 255 or 12.38% from 105); Max value from RGB is 49 - color contains mainly: green. Hex color #2B310D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B310D is #D4CEF2. Grayscale: #2B2B2B. Windows color (decimal): -13946611 or 864555. OLE color: 864555.

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

Color convert

RGB434913-
CMYK0.1200.730.81
HSL70º58.06%12.16%-
HSV(B)70º73.47%19.22%-
XYZ2.172.740.8-
YUV43.1111.01127.93-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 40.95%
GREEN value IS 49 (19.53% from 255) = 46.67%
BLUE value IS 13 (5.47% from 255) = 12.38%
R=40.95%
G=46.67%
B=12.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4349130.1200.730.817058.0612.16
Hex2B31DC04951463ac
Octal5361151401111211067214
Binary1010111100011101110001001001101000110001101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B310D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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