#29300B

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

Shades of Green Waterloo #29300B

Tints of Green Waterloo #29300B

Color information

#29300B (or 0x29300B) is unknown color: approx Green Waterloo. HEX triplet: 29, 30 and 0B. RGB value is (41,48,11). Sum of RGB (Red+Green+Blue) = 41+48+11=100 (13% of max value = 765). Red value is 41 (16.41% from 255 or 41% from 100); Green value is 48 (19.14% from 255 or 48% from 100); Blue value is 11 (4.69% from 255 or 11% from 100); Max value from RGB is 48 - color contains mainly: green. Hex color #29300B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29300B is #D6CFF4. Grayscale: #292929. Windows color (decimal): -14077941 or 733225. OLE color: 733225.

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

Color convert

RGB414811-
CMYK0.1500.770.81
HSL71.35º62.71%11.57%-
HSV(B)71.35º77.08%18.82%-
XYZ2.032.610.71-
YUV41.69110.68127.51-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 41%
GREEN value IS 48 (19.14% from 255) = 48%
BLUE value IS 11 (4.69% from 255) = 11%
R=41%
G=48%
B=11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4148110.1500.770.8171.3562.7111.57
Hex2930BF04D51473fc
Octal5160131701151211077714
Binary1010011100001011111101001101101000110001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29300B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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