#2C3110

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

Shades of Green Waterloo #2C3110

Tints of Green Waterloo #2C3110

Color information

#2C3110 (or 0x2C3110) is unknown color: approx Green Waterloo. HEX triplet: 2C, 31 and 10. RGB value is (44,49,16). Sum of RGB (Red+Green+Blue) = 44+49+16=109 (14% of max value = 765). Red value is 44 (17.58% from 255 or 40.37% from 109); Green value is 49 (19.53% from 255 or 44.95% from 109); Blue value is 16 (6.64% from 255 or 14.68% from 109); Max value from RGB is 49 - color contains mainly: green. Hex color #2C3110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3110 is #D3CEEF. Grayscale: #2B2B2B. Windows color (decimal): -13881072 or 1061164. OLE color: 1061164.

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

Color convert

RGB444916-
CMYK0.1000.670.81
HSL69.09º50.77%12.75%-
HSV(B)69.09º67.35%19.22%-
XYZ2.232.770.91-
YUV43.74112.34128.18-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 40.37%
GREEN value IS 49 (19.53% from 255) = 44.95%
BLUE value IS 16 (6.64% from 255) = 14.68%
R=40.37%
G=44.95%
B=14.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4449160.1000.670.8169.0950.7712.75
Hex2C3110A043514533d
Octal5461201201031211056315
Binary10110011000110000101001000011101000110001011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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