#2B3111

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

Shades of Green Waterloo #2B3111

Tints of Green Waterloo #2B3111

Color information

#2B3111 (or 0x2B3111) is unknown color: approx Green Waterloo. HEX triplet: 2B, 31 and 11. RGB value is (43,49,17). Sum of RGB (Red+Green+Blue) = 43+49+17=109 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.45% from 109); Green value is 49 (19.53% from 255 or 44.95% from 109); Blue value is 17 (7.03% from 255 or 15.60% from 109); Max value from RGB is 49 - color contains mainly: green. Hex color #2B3111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3111 is #D4CEEE. Grayscale: #2B2B2B. Windows color (decimal): -13946607 or 1126699. OLE color: 1126699.

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

Color convert

RGB434917-
CMYK0.1200.650.81
HSL71.25º48.48%12.94%-
HSV(B)71.25º65.31%19.22%-
XYZ2.22.750.95-
YUV43.56113.01127.6-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 39.45%
GREEN value IS 49 (19.53% from 255) = 44.95%
BLUE value IS 17 (7.03% from 255) = 15.60%
R=39.45%
G=44.95%
B=15.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4349170.1200.650.8171.2548.4812.94
Hex2B3111C041514730d
Octal5361211401011211076015
Binary10101111000110001110001000001101000110001111100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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