Html Css Color HEX #292A19 Green Waterloo

📋 copy color: '#292A19'

red 41 ◦ green 42 ◦ blue 25

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

Shades of Green Waterloo #292A19

Tints of Green Waterloo #292A19

RGB

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

 GREEN value IS 42 (16.8% from 255) = 38.89%

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

R = 37.96%
G = 38.89%
B = 23.15%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.40

 K value IS 0.84

RGB Variations

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

Color information

#292A19 (or 0x292A19) is known color: Green Waterloo. HEX triplet: 29, 2A and 19. RGB value is (41,42,25). Sum of RGB (Red+Green+Blue) = 41+42+25=108 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.96% from 108); Green value is 42 (16.80% from 255 or 38.89% from 108); Blue value is 25 (10.16% from 255 or 23.15% from 108); Max value from RGB is 42 - color contains mainly: green. Hex color #292A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292A19 is #D6D5E6. Grayscale: #272727. Windows color (decimal): -14079463 or 1649193. OLE color: 1649193.

HSL color Cylindrical-coordinate representation of color #292A19: hue angle of 63.53º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #292A19 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 42 25 -
CMYK 0.02 0 0.40 0.84
HSL 63.53º 0.25% 0.13% -
HSV(B) 63.53º 0.4% 0.16% -
XYZ 1.92 2.2 1.24 -
YUV 39.76 119.67 128.88 -
System Red Green Blue C M Y K H S L
Decimal 41 42 25 0.02 0 0.40 0.84 63.53 0.25 0.13
Hex 29 2A 19 2 0 28 54 40 19 D
Octal 51 52 31 2 0 50 124 100 31 15
Binary 101001 101010 11001 10 0 101000 1010100 1000000 11001 1101

Color Harmonies of #292A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292A19

Black with #292A19

Text Example


Text Example

White with #292A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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