Html Css Color HEX #292C1A Green Waterloo

📋 copy color: '#292C1A'

red 41 ◦ green 44 ◦ blue 26

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

Shades of Green Waterloo #292C1A

Tints of Green Waterloo #292C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 23.42%

R = 36.94%
G = 39.64%
B = 23.42%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.41

 K value IS 0.83

RGB Variations

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

Color information

#292C1A (or 0x292C1A) is known color: Green Waterloo. HEX triplet: 29, 2C and 1A. RGB value is (41,44,26). Sum of RGB (Red+Green+Blue) = 41+44+26=111 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.94% from 111); Green value is 44 (17.58% from 255 or 39.64% from 111); Blue value is 26 (10.55% from 255 or 23.42% from 111); Max value from RGB is 44 - color contains mainly: green. Hex color #292C1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292C1A is #D6D3E5. Grayscale: #292929. Windows color (decimal): -14078950 or 1715241. OLE color: 1715241.

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

Color convert

RGB 41 44 26 -
CMYK 0.07 0 0.41 0.83
HSL 70º 0.26% 0.14% -
HSV(B) 70º 0.41% 0.17% -
XYZ 2 2.35 1.32 -
YUV 41.05 119.51 127.96 -
System Red Green Blue C M Y K H S L
Decimal 41 44 26 0.07 0 0.41 0.83 70 0.26 0.14
Hex 29 2C 1A 7 0 29 53 46 1A E
Octal 51 54 32 7 0 51 123 106 32 16
Binary 101001 101100 11010 111 0 101001 1010011 1000110 11010 1110

Color Harmonies of #292C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292C1A

Black with #292C1A

Text Example


Text Example

White with #292C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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