Html Css Color HEX #292C11 Green Waterloo

📋 copy color: '#292C11'

red 41 ◦ green 44 ◦ blue 17

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

Shades of Green Waterloo #292C11

Tints of Green Waterloo #292C11

RGB

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

 GREEN value IS 44 (17.58% from 255) = 43.14%

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

R = 40.2%
G = 43.14%
B = 16.67%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.61

 K value IS 0.83

RGB Variations

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

Color information

#292C11 (or 0x292C11) is known color: Green Waterloo. HEX triplet: 29, 2C and 11. RGB value is (41,44,17). Sum of RGB (Red+Green+Blue) = 41+44+17=102 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.20% from 102); Green value is 44 (17.58% from 255 or 43.14% from 102); Blue value is 17 (7.03% from 255 or 16.67% from 102); Max value from RGB is 44 - color contains mainly: green. Hex color #292C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292C11 is #D6D3EE. Grayscale: #282828. Windows color (decimal): -14078959 or 1125417. OLE color: 1125417.

HSL color Cylindrical-coordinate representation of color #292C11: hue angle of 66.67º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #292C11 is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.83.

Color convert

RGB 41 44 17 -
CMYK 0.07 0 0.61 0.83
HSL 66.67º 0.44% 0.12% -
HSV(B) 66.67º 0.61% 0.17% -
XYZ 1.92 2.31 0.88 -
YUV 40.03 115.01 128.7 -
System Red Green Blue C M Y K H S L
Decimal 41 44 17 0.07 0 0.61 0.83 66.67 0.44 0.12
Hex 29 2C 11 7 0 3D 53 43 2C C
Octal 51 54 21 7 0 75 123 103 54 14
Binary 101001 101100 10001 111 0 111101 1010011 1000011 101100 1100

Color Harmonies of #292C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292C11

Black with #292C11

Text Example


Text Example

White with #292C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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