Html Css Color HEX #29300B Green Waterloo

📋 copy color: '#29300B'

red 41 ◦ green 48 ◦ blue 11

#29300B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Waterloo #29300B

Tints of Green Waterloo #29300B

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 value IS 0.15

 M value IS 0

 Y value IS 0.77

 K value IS 0.81

RGB Variations

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

Color information

#29300B (or 0x29300B) is known color: 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

RGB 41 48 11 -
CMYK 0.15 0 0.77 0.81
HSL 71.35º 0.63% 0.12% -
HSV(B) 71.35º 0.77% 0.19% -
XYZ 2.03 2.61 0.71 -
YUV 41.69 110.68 127.51 -
System Red Green Blue C M Y K H S L
Decimal 41 48 11 0.15 0 0.77 0.81 71.35 0.63 0.12
Hex 29 30 B F 0 4D 51 47 3F C
Octal 51 60 13 17 0 115 121 107 77 14
Binary 101001 110000 1011 1111 0 1001101 1010001 1000111 111111 1100

Color Harmonies of #29300B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29300B

Black with #29300B

Text Example


Text Example

White with #29300B

Text Example


Text Example

HTML Codes & Css Web 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>