Html Css Color HEX #292E11 Green Waterloo

📋 copy color: '#292E11'

red 41 ◦ green 46 ◦ blue 17

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

Shades of Green Waterloo #292E11

Tints of Green Waterloo #292E11

RGB

 RED value IS 41 (16.41% from 255) = 39.42%

 GREEN value IS 46 (18.36% from 255) = 44.23%

 BLUE value IS 17 (7.03% from 255) = 16.35%

R = 39.42%
G = 44.23%
B = 16.35%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.63

 K value IS 0.82

RGB Variations

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

Color information

#292E11 (or 0x292E11) is known color: Green Waterloo. HEX triplet: 29, 2E and 11. RGB value is (41,46,17). Sum of RGB (Red+Green+Blue) = 41+46+17=104 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.42% from 104); Green value is 46 (18.36% from 255 or 44.23% from 104); Blue value is 17 (7.03% from 255 or 16.35% from 104); Max value from RGB is 46 - color contains mainly: green. Hex color #292E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292E11 is #D6D1EE. Grayscale: #292929. Windows color (decimal): -14078447 or 1125929. OLE color: 1125929.

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

Color convert

RGB 41 46 17 -
CMYK 0.11 0 0.63 0.82
HSL 70.34º 0.46% 0.12% -
HSV(B) 70.34º 0.63% 0.18% -
XYZ 1.99 2.47 0.9 -
YUV 41.2 114.34 127.86 -
System Red Green Blue C M Y K H S L
Decimal 41 46 17 0.11 0 0.63 0.82 70.34 0.46 0.12
Hex 29 2E 11 B 0 3F 52 46 2E C
Octal 51 56 21 13 0 77 122 106 56 14
Binary 101001 101110 10001 1011 0 111111 1010010 1000110 101110 1100

Color Harmonies of #292E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292E11

Black with #292E11

Text Example


Text Example

White with #292E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #292E11;
 }
 .AnyTagClassName
 {
   color: #292E11;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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