#2C3111

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

Shades of Green Waterloo #2C3111

Tints of Green Waterloo #2C3111

Color information

#2C3111 (or 0x2C3111) is unknown color: approx Green Waterloo. HEX triplet: 2C, 31 and 11. RGB value is (44,49,17). Sum of RGB (Red+Green+Blue) = 44+49+17=110 (14% of max value = 765). Red value is 44 (17.58% from 255 or 40% from 110); Green value is 49 (19.53% from 255 or 44.55% from 110); Blue value is 17 (7.03% from 255 or 15.45% from 110); Max value from RGB is 49 - color contains mainly: green. Hex color #2C3111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3111 is #D3CEEE. Grayscale: #2B2B2B. Windows color (decimal): -13881071 or 1126700. OLE color: 1126700.

HSL color Cylindrical-coordinate representation of color #2C3111: hue angle of 69.38º 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 #2C3111 is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.81.

Color convert

RGB444917-
CMYK0.1000.650.81
HSL69.38º48.48%12.94%-
HSV(B)69.38º65.31%19.22%-
XYZ2.242.770.95-
YUV43.86112.84128.1-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 40%
GREEN value IS 49 (19.53% from 255) = 44.55%
BLUE value IS 17 (7.03% from 255) = 15.45%
R=40%
G=44.55%
B=15.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4449170.1000.650.8169.3848.4812.94
Hex2C3111A041514530d
Octal5461211201011211056015
Binary10110011000110001101001000001101000110001011100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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