#2C3002

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

Shades of Green Waterloo #2C3002

Tints of Green Waterloo #2C3002

Color information

#2C3002 (or 0x2C3002) is unknown color: approx Green Waterloo. HEX triplet: 2C, 30 and 02. RGB value is (44,48,2). Sum of RGB (Red+Green+Blue) = 44+48+2=94 (12% of max value = 765). Red value is 44 (17.58% from 255 or 46.81% from 94); Green value is 48 (19.14% from 255 or 51.06% from 94); Blue value is 2 (1.17% from 255 or 2.13% from 94); Max value from RGB is 48 - color contains mainly: green. Hex color #2C3002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3002 is #D3CFFD. Grayscale: #292929. Windows color (decimal): -13881342 or 143404. OLE color: 143404.

HSL color Cylindrical-coordinate representation of color #2C3002: hue angle of 65.22º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2C3002 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.81.

Color convert

RGB44482-
CMYK0.0800.960.81
HSL65.22º92%9.8%-
HSV(B)65.22º95.83%18.82%-
XYZ2.112.650.46-
YUV41.56105.67129.74-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 46.81%
GREEN value IS 48 (19.14% from 255) = 51.06%
BLUE value IS 2 (1.17% from 255) = 2.13%
R=46.81%
G=51.06%
B=2.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal444820.0800.960.8165.22929.8
Hex2C302806051415ca
Octal5460210014012110113412
Binary101100110000101000011000001010001100000110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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