Html Css Color HEX #292C1C Green Waterloo

📋 copy color: '#292C1C'

red 41 ◦ green 44 ◦ blue 28

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

Shades of Green Waterloo #292C1C

Tints of Green Waterloo #292C1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 24.78%

R = 36.28%
G = 38.94%
B = 24.78%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.36

 K value IS 0.83

RGB Variations

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

Color information

#292C1C (or 0x292C1C) is known color: Green Waterloo. HEX triplet: 29, 2C and 1C. RGB value is (41,44,28). Sum of RGB (Red+Green+Blue) = 41+44+28=113 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.28% from 113); Green value is 44 (17.58% from 255 or 38.94% from 113); Blue value is 28 (11.33% from 255 or 24.78% from 113); Max value from RGB is 44 - color contains mainly: green. Hex color #292C1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292C1C is #D6D3E3. Grayscale: #292929. Windows color (decimal): -14078948 or 1846313. OLE color: 1846313.

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

Color convert

RGB 41 44 28 -
CMYK 0.07 0 0.36 0.83
HSL 71.25º 0.22% 0.14% -
HSV(B) 71.25º 0.36% 0.17% -
XYZ 2.02 2.36 1.45 -
YUV 41.28 120.51 127.8 -
System Red Green Blue C M Y K H S L
Decimal 41 44 28 0.07 0 0.36 0.83 71.25 0.22 0.14
Hex 29 2C 1C 7 0 24 53 47 16 E
Octal 51 54 34 7 0 44 123 107 26 16
Binary 101001 101100 11100 111 0 100100 1010011 1000111 10110 1110

Color Harmonies of #292C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292C1C

Black with #292C1C

Text Example


Text Example

White with #292C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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