#2C3117

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

Shades of Green Waterloo #2C3117

Tints of Green Waterloo #2C3117

Color information

#2C3117 (or 0x2C3117) is unknown color: approx Green Waterloo. HEX triplet: 2C, 31 and 17. RGB value is (44,49,23). Sum of RGB (Red+Green+Blue) = 44+49+23=116 (15% of max value = 765). Red value is 44 (17.58% from 255 or 37.93% from 116); Green value is 49 (19.53% from 255 or 42.24% from 116); Blue value is 23 (9.38% from 255 or 19.83% from 116); Max value from RGB is 49 - color contains mainly: green. Hex color #2C3117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3117 is #D3CEE8. Grayscale: #2C2C2C. Windows color (decimal): -13881065 or 1519916. OLE color: 1519916.

HSL color Cylindrical-coordinate representation of color #2C3117: hue angle of 71.54º degrees, saturation: 0.36, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2C3117 is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.81.

Color convert

RGB444923-
CMYK0.1000.530.81
HSL71.54º36.11%14.12%-
HSV(B)71.54º53.06%19.22%-
XYZ2.292.791.23-
YUV44.54115.84127.61-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 37.93%
GREEN value IS 49 (19.53% from 255) = 42.24%
BLUE value IS 23 (9.38% from 255) = 19.83%
R=37.93%
G=42.24%
B=19.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4449230.1000.530.8171.5436.1114.12
Hex2C3117A035514824e
Octal546127120651211104416
Binary1011001100011011110100110101101000110010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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