#2C3112

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

Shades of Green Waterloo #2C3112

Tints of Green Waterloo #2C3112

Color information

#2C3112 (or 0x2C3112) is unknown color: approx Green Waterloo. HEX triplet: 2C, 31 and 12. RGB value is (44,49,18). Sum of RGB (Red+Green+Blue) = 44+49+18=111 (14% of max value = 765). Red value is 44 (17.58% from 255 or 39.64% from 111); Green value is 49 (19.53% from 255 or 44.14% from 111); Blue value is 18 (7.42% from 255 or 16.22% from 111); Max value from RGB is 49 - color contains mainly: green. Hex color #2C3112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3112 is #D3CEED. Grayscale: #2C2C2C. Windows color (decimal): -13881070 or 1192236. OLE color: 1192236.

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

Color convert

RGB444918-
CMYK0.1000.630.81
HSL69.68º46.27%13.14%-
HSV(B)69.68º63.27%19.22%-
XYZ2.252.780.99-
YUV43.97113.34128.02-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 39.64%
GREEN value IS 49 (19.53% from 255) = 44.14%
BLUE value IS 18 (7.42% from 255) = 16.22%
R=39.64%
G=44.14%
B=16.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4449180.1000.630.8169.6846.2713.14
Hex2C3112A03F51462ed
Octal546122120771211065615
Binary1011001100011001010100111111101000110001101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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