#2C3011

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

Shades of Green Waterloo #2C3011

Tints of Green Waterloo #2C3011

Color information

#2C3011 (or 0x2C3011) is unknown color: approx Green Waterloo. HEX triplet: 2C, 30 and 11. RGB value is (44,48,17). Sum of RGB (Red+Green+Blue) = 44+48+17=109 (14% of max value = 765). Red value is 44 (17.58% from 255 or 40.37% from 109); Green value is 48 (19.14% from 255 or 44.04% from 109); Blue value is 17 (7.03% from 255 or 15.60% from 109); Max value from RGB is 48 - color contains mainly: green. Hex color #2C3011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3011 is #D3CFEE. Grayscale: #2B2B2B. Windows color (decimal): -13881327 or 1126444. OLE color: 1126444.

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

Color convert

RGB444817-
CMYK0.0800.650.81
HSL67.74º47.69%12.75%-
HSV(B)67.74º64.58%18.82%-
XYZ2.22.690.93-
YUV43.27113.17128.52-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 40.37%
GREEN value IS 48 (19.14% from 255) = 44.04%
BLUE value IS 17 (7.03% from 255) = 15.60%
R=40.37%
G=44.04%
B=15.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4448170.0800.650.8167.7447.6912.75
Hex2C30118041514430d
Octal5460211001011211046015
Binary10110011000010001100001000001101000110001001100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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