#2C301A

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

Shades of Green Waterloo #2C301A

Tints of Green Waterloo #2C301A

Color information

#2C301A (or 0x2C301A) is unknown color: approx Green Waterloo. HEX triplet: 2C, 30 and 1A. RGB value is (44,48,26). Sum of RGB (Red+Green+Blue) = 44+48+26=118 (15% of max value = 765). Red value is 44 (17.58% from 255 or 37.29% from 118); Green value is 48 (19.14% from 255 or 40.68% from 118); Blue value is 26 (10.55% from 255 or 22.03% from 118); Max value from RGB is 48 - color contains mainly: green. Hex color #2C301A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C301A is #D3CFE5. Grayscale: #2C2C2C. Windows color (decimal): -13881318 or 1716268. OLE color: 1716268.

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

Color convert

RGB444826-
CMYK0.0800.460.81
HSL70.91º29.73%14.51%-
HSV(B)70.91º45.83%18.82%-
XYZ2.282.721.38-
YUV44.3117.67127.79-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 37.29%
GREEN value IS 48 (19.14% from 255) = 40.68%
BLUE value IS 26 (10.55% from 255) = 22.03%
R=37.29%
G=40.68%
B=22.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4448260.0800.460.8170.9129.7314.51
Hex2C301A802E51471ef
Octal546032100561211073617
Binary101100110000110101000010111010100011000111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C301A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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