Html Css Color HEX #292C19 Green Waterloo

📋 copy color: '#292C19'

red 41 ◦ green 44 ◦ blue 25

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

Shades of Green Waterloo #292C19

Tints of Green Waterloo #292C19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 22.73%

R = 37.27%
G = 40%
B = 22.73%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.43

 K value IS 0.83

RGB Variations

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

Color information

#292C19 (or 0x292C19) is known color: Green Waterloo. HEX triplet: 29, 2C and 19. RGB value is (41,44,25). Sum of RGB (Red+Green+Blue) = 41+44+25=110 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.27% from 110); Green value is 44 (17.58% from 255 or 40% from 110); Blue value is 25 (10.16% from 255 or 22.73% from 110); Max value from RGB is 44 - color contains mainly: green. Hex color #292C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292C19 is #D6D3E6. Grayscale: #292929. Windows color (decimal): -14078951 or 1649705. OLE color: 1649705.

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

Color convert

RGB 41 44 25 -
CMYK 0.07 0 0.43 0.83
HSL 69.47º 0.28% 0.14% -
HSV(B) 69.47º 0.43% 0.17% -
XYZ 1.99 2.34 1.27 -
YUV 40.94 119.01 128.04 -
System Red Green Blue C M Y K H S L
Decimal 41 44 25 0.07 0 0.43 0.83 69.47 0.28 0.14
Hex 29 2C 19 7 0 2B 53 45 1C E
Octal 51 54 31 7 0 53 123 105 34 16
Binary 101001 101100 11001 111 0 101011 1010011 1000101 11100 1110

Color Harmonies of #292C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292C19

Black with #292C19

Text Example


Text Example

White with #292C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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