#2C2E0A

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

Shades of Green Waterloo #2C2E0A

Tints of Green Waterloo #2C2E0A

Color information

#2C2E0A (or 0x2C2E0A) is unknown color: approx Green Waterloo. HEX triplet: 2C, 2E and 0A. RGB value is (44,46,10). Sum of RGB (Red+Green+Blue) = 44+46+10=100 (13% of max value = 765). Red value is 44 (17.58% from 255 or 44% from 100); Green value is 46 (18.36% from 255 or 46% from 100); Blue value is 10 (4.30% from 255 or 10% from 100); Max value from RGB is 46 - color contains mainly: green. Hex color #2C2E0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C2E0A is #D3D1F5. Grayscale: #292929. Windows color (decimal): -13881846 or 667180. OLE color: 667180.

HSL color Cylindrical-coordinate representation of color #2C2E0A: hue angle of 63.33º degrees, saturation: 0.64, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2C2E0A is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.82.

Color convert

RGB444610-
CMYK0.0400.780.82
HSL63.33º64.29%10.98%-
HSV(B)63.33º78.26%18.04%-
XYZ2.072.510.66-
YUV41.3110.34129.93-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 44%
GREEN value IS 46 (18.36% from 255) = 46%
BLUE value IS 10 (4.30% from 255) = 10%
R=44%
G=46%
B=10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4446100.0400.780.8263.3364.2910.98
Hex2C2EA404E523f40b
Octal545612401161227710013
Binary101100101110101010001001110101001011111110000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,46,10); }

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

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

 a { background-color: rgb(44,46,10); }

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

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

 span { border-color: rgb(44,46,10); }

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