#29300C

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

Shades of Green Waterloo #29300C

Tints of Green Waterloo #29300C

Color information

#29300C (or 0x29300C) is unknown color: approx Green Waterloo. HEX triplet: 29, 30 and 0C. RGB value is (41,48,12). Sum of RGB (Red+Green+Blue) = 41+48+12=101 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.59% from 101); Green value is 48 (19.14% from 255 or 47.52% from 101); Blue value is 12 (5.08% from 255 or 11.88% from 101); Max value from RGB is 48 - color contains mainly: green. Hex color #29300C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29300C is #D6CFF3. Grayscale: #292929. Windows color (decimal): -14077940 or 798761. OLE color: 798761.

HSL color Cylindrical-coordinate representation of color #29300C: hue angle of 71.67º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #29300C is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.81.

Color convert

RGB414812-
CMYK0.1500.750.81
HSL71.67º60%11.76%-
HSV(B)71.67º75%18.82%-
XYZ2.042.610.74-
YUV41.8111.18127.43-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 40.59%
GREEN value IS 48 (19.14% from 255) = 47.52%
BLUE value IS 12 (5.08% from 255) = 11.88%
R=40.59%
G=47.52%
B=11.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4148120.1500.750.8171.676011.76
Hex2930CF04B51483cc
Octal5160141701131211107414
Binary1010011100001100111101001011101000110010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29300C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29300C; }

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

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

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

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

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

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

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

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