Html Css Color HEX #292B19 Green Waterloo

📋 copy color: '#292B19'

red 41 ◦ green 43 ◦ blue 25

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

Shades of Green Waterloo #292B19

Tints of Green Waterloo #292B19

RGB

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

 GREEN value IS 43 (17.19% from 255) = 39.45%

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

R = 37.61%
G = 39.45%
B = 22.94%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.42

 K value IS 0.83

RGB Variations

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

Color information

#292B19 (or 0x292B19) is known color: Green Waterloo. HEX triplet: 29, 2B and 19. RGB value is (41,43,25). Sum of RGB (Red+Green+Blue) = 41+43+25=109 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.61% from 109); Green value is 43 (17.19% from 255 or 39.45% from 109); Blue value is 25 (10.16% from 255 or 22.94% from 109); Max value from RGB is 43 - color contains mainly: green. Hex color #292B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292B19 is #D6D4E6. Grayscale: #282828. Windows color (decimal): -14079207 or 1649449. OLE color: 1649449.

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

Color convert

RGB 41 43 25 -
CMYK 0.05 0 0.42 0.83
HSL 66.67º 0.26% 0.13% -
HSV(B) 66.67º 0.42% 0.17% -
XYZ 1.95 2.27 1.25 -
YUV 40.35 119.34 128.46 -
System Red Green Blue C M Y K H S L
Decimal 41 43 25 0.05 0 0.42 0.83 66.67 0.26 0.13
Hex 29 2B 19 5 0 2A 53 43 1A D
Octal 51 53 31 5 0 52 123 103 32 15
Binary 101001 101011 11001 101 0 101010 1010011 1000011 11010 1101

Color Harmonies of #292B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292B19

Black with #292B19

Text Example


Text Example

White with #292B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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