#292E0C

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

Shades of Green Waterloo #292E0C

Tints of Green Waterloo #292E0C

Color information

#292E0C (or 0x292E0C) is unknown color: approx Green Waterloo. HEX triplet: 29, 2E and 0C. RGB value is (41,46,12). Sum of RGB (Red+Green+Blue) = 41+46+12=99 (13% of max value = 765). Red value is 41 (16.41% from 255 or 41.41% from 99); Green value is 46 (18.36% from 255 or 46.46% from 99); Blue value is 12 (5.08% from 255 or 12.12% from 99); Max value from RGB is 46 - color contains mainly: green. Hex color #292E0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292E0C is #D6D1F3. Grayscale: #282828. Windows color (decimal): -14078452 or 798249. OLE color: 798249.

HSL color Cylindrical-coordinate representation of color #292E0C: hue angle of 68.82º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #292E0C is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.82.

Color convert

RGB414612-
CMYK0.1100.740.82
HSL68.82º58.62%11.37%-
HSV(B)68.82º73.91%18.04%-
XYZ1.962.450.72-
YUV40.63111.84128.26-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 41.41%
GREEN value IS 46 (18.36% from 255) = 46.46%
BLUE value IS 12 (5.08% from 255) = 12.12%
R=41.41%
G=46.46%
B=12.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4146120.1100.740.8268.8258.6211.37
Hex292ECB04A52453bb
Octal5156141301121221057313
Binary1010011011101100101101001010101001010001011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292E0C; }

 p { color: rgb(41,46,12); }

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

<style>
 a { background-color: #292E0C; }

 a { background-color: rgb(41,46,12); }

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

<style>
 span { border-color: #292E0C; }

 span { border-color: rgb(41,46,12); }

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