#293011

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

Shades of Green Waterloo #293011

Tints of Green Waterloo #293011

Color information

#293011 (or 0x293011) is unknown color: approx Green Waterloo. HEX triplet: 29, 30 and 11. RGB value is (41,48,17). Sum of RGB (Red+Green+Blue) = 41+48+17=106 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.68% from 106); Green value is 48 (19.14% from 255 or 45.28% from 106); Blue value is 17 (7.03% from 255 or 16.04% from 106); Max value from RGB is 48 - color contains mainly: green. Hex color #293011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293011 is #D6CFEE. Grayscale: #2A2A2A. Windows color (decimal): -14077935 or 1126441. OLE color: 1126441.

HSL color Cylindrical-coordinate representation of color #293011: hue angle of 73.55º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #293011 is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.81.

Color convert

RGB414817-
CMYK0.1500.650.81
HSL73.55º47.69%12.75%-
HSV(B)73.55º64.58%18.82%-
XYZ2.072.630.93-
YUV42.37113.68127.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 38.68%
GREEN value IS 48 (19.14% from 255) = 45.28%
BLUE value IS 17 (7.03% from 255) = 16.04%
R=38.68%
G=45.28%
B=16.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4148170.1500.650.8173.5547.6912.75
Hex293011F041514a30d
Octal5160211701011211126015
Binary10100111000010001111101000001101000110010101100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293011; }

 p { color: rgb(41,48,17); }

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

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

 a { background-color: rgb(41,48,17); }

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

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

 span { border-color: rgb(41,48,17); }

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