#2C3115

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

Shades of Green Waterloo #2C3115

Tints of Green Waterloo #2C3115

Color information

#2C3115 (or 0x2C3115) is unknown color: approx Green Waterloo. HEX triplet: 2C, 31 and 15. RGB value is (44,49,21). Sum of RGB (Red+Green+Blue) = 44+49+21=114 (15% of max value = 765). Red value is 44 (17.58% from 255 or 38.60% from 114); Green value is 49 (19.53% from 255 or 42.98% from 114); Blue value is 21 (8.59% from 255 or 18.42% from 114); Max value from RGB is 49 - color contains mainly: green. Hex color #2C3115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3115 is #D3CEEA. Grayscale: #2C2C2C. Windows color (decimal): -13881067 or 1388844. OLE color: 1388844.

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

Color convert

RGB444921-
CMYK0.1000.570.81
HSL70.71º40%13.73%-
HSV(B)70.71º57.14%19.22%-
XYZ2.272.791.13-
YUV44.31114.84127.78-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 38.60%
GREEN value IS 49 (19.53% from 255) = 42.98%
BLUE value IS 21 (8.59% from 255) = 18.42%
R=38.60%
G=42.98%
B=18.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4449210.1000.570.8170.714013.73
Hex2C3115A039514728e
Octal546125120711211075016
Binary1011001100011010110100111001101000110001111010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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