#2C301D

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

Shades of Green Waterloo #2C301D

Tints of Green Waterloo #2C301D

Color information

#2C301D (or 0x2C301D) is unknown color: approx Green Waterloo. HEX triplet: 2C, 30 and 1D. RGB value is (44,48,29). Sum of RGB (Red+Green+Blue) = 44+48+29=121 (16% of max value = 765). Red value is 44 (17.58% from 255 or 36.36% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 29 (11.72% from 255 or 23.97% from 121); Max value from RGB is 48 - color contains mainly: green. Hex color #2C301D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C301D is #D3CFE2. Grayscale: #2C2C2C. Windows color (decimal): -13881315 or 1912876. OLE color: 1912876.

HSL color Cylindrical-coordinate representation of color #2C301D: hue angle of 72.63º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2C301D is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.81.

Color convert

RGB444829-
CMYK0.0800.400.81
HSL72.63º24.68%15.1%-
HSV(B)72.63º39.58%18.82%-
XYZ2.322.741.57-
YUV44.64119.17127.54-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 36.36%
GREEN value IS 48 (19.14% from 255) = 39.67%
BLUE value IS 29 (11.72% from 255) = 23.97%
R=36.36%
G=39.67%
B=23.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4448290.0800.400.8172.6324.6815.1
Hex2C301D8028514919f
Octal546035100501211113117
Binary101100110000111011000010100010100011001001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C301D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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