#2B3112

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

Shades of Green Waterloo #2B3112

Tints of Green Waterloo #2B3112

Color information

#2B3112 (or 0x2B3112) is unknown color: approx Green Waterloo. HEX triplet: 2B, 31 and 12. RGB value is (43,49,18). Sum of RGB (Red+Green+Blue) = 43+49+18=110 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.09% from 110); Green value is 49 (19.53% from 255 or 44.55% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 49 - color contains mainly: green. Hex color #2B3112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3112 is #D4CEED. Grayscale: #2B2B2B. Windows color (decimal): -13946606 or 1192235. OLE color: 1192235.

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

Color convert

RGB434918-
CMYK0.1200.630.81
HSL71.61º46.27%13.14%-
HSV(B)71.61º63.27%19.22%-
XYZ2.22.750.99-
YUV43.67113.51127.52-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 39.09%
GREEN value IS 49 (19.53% from 255) = 44.55%
BLUE value IS 18 (7.42% from 255) = 16.36%
R=39.09%
G=44.55%
B=16.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4349180.1200.630.8171.6146.2713.14
Hex2B3112C03F51482ed
Octal536122140771211105615
Binary1010111100011001011000111111101000110010001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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