#2C3014

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

Shades of Green Waterloo #2C3014

Tints of Green Waterloo #2C3014

Color information

#2C3014 (or 0x2C3014) is unknown color: approx Green Waterloo. HEX triplet: 2C, 30 and 14. RGB value is (44,48,20). Sum of RGB (Red+Green+Blue) = 44+48+20=112 (14% of max value = 765). Red value is 44 (17.58% from 255 or 39.29% from 112); Green value is 48 (19.14% from 255 or 42.86% from 112); Blue value is 20 (8.20% from 255 or 17.86% from 112); Max value from RGB is 48 - color contains mainly: green. Hex color #2C3014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3014 is #D3CFEB. Grayscale: #2B2B2B. Windows color (decimal): -13881324 or 1323052. OLE color: 1323052.

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

Color convert

RGB444820-
CMYK0.0800.580.81
HSL68.57º41.18%13.33%-
HSV(B)68.57º58.33%18.82%-
XYZ2.222.71.07-
YUV43.61114.67128.28-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 39.29%
GREEN value IS 48 (19.14% from 255) = 42.86%
BLUE value IS 20 (8.20% from 255) = 17.86%
R=39.29%
G=42.86%
B=17.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4448200.0800.580.8168.5741.1813.33
Hex2C3014803A514529d
Octal546024100721211055115
Binary1011001100001010010000111010101000110001011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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