#2C3006

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

Shades of Green Waterloo #2C3006

Tints of Green Waterloo #2C3006

Color information

#2C3006 (or 0x2C3006) is unknown color: approx Green Waterloo. HEX triplet: 2C, 30 and 06. RGB value is (44,48,6). Sum of RGB (Red+Green+Blue) = 44+48+6=98 (12% of max value = 765). Red value is 44 (17.58% from 255 or 44.90% from 98); Green value is 48 (19.14% from 255 or 48.98% from 98); Blue value is 6 (2.73% from 255 or 6.12% from 98); Max value from RGB is 48 - color contains mainly: green. Hex color #2C3006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3006 is #D3CFF9. Grayscale: #2A2A2A. Windows color (decimal): -13881338 or 405548. OLE color: 405548.

HSL color Cylindrical-coordinate representation of color #2C3006: hue angle of 65.71º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2C3006 is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.81.

Color convert

RGB44486-
CMYK0.0800.870.81
HSL65.71º77.78%10.59%-
HSV(B)65.71º87.5%18.82%-
XYZ2.132.660.57-
YUV42.02107.67129.42-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 44.90%
GREEN value IS 48 (19.14% from 255) = 48.98%
BLUE value IS 6 (2.73% from 255) = 6.12%
R=44.90%
G=48.98%
B=6.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal444860.0800.870.8165.7177.7810.59
Hex2C306805751424eb
Octal5460610012712110211613
Binary1011001100001101000010101111010001100001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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