Html Css Color HEX #292A24 Green Waterloo

📋 copy color: '#292A24'

red 41 ◦ green 42 ◦ blue 36

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

Shades of Green Waterloo #292A24

Tints of Green Waterloo #292A24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 30.25%

R = 34.45%
G = 35.29%
B = 30.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.84

RGB Variations

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

Color information

#292A24 (or 0x292A24) is known color: Green Waterloo. HEX triplet: 29, 2A and 24. RGB value is (41,42,36). Sum of RGB (Red+Green+Blue) = 41+42+36=119 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.45% from 119); Green value is 42 (16.80% from 255 or 35.29% from 119); Blue value is 36 (14.45% from 255 or 30.25% from 119); Max value from RGB is 42 - color contains mainly: green. Hex color #292A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292A24 is #D6D5DB. Grayscale: #292929. Windows color (decimal): -14079452 or 2370089. OLE color: 2370089.

HSL color Cylindrical-coordinate representation of color #292A24: hue angle of 70º degrees, saturation: 0.08, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #292A24 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 42 36 -
CMYK 0.02 0 0.14 0.84
HSL 70º 0.08% 0.15% -
HSV(B) 70º 0.14% 0.16% -
XYZ 2.06 2.25 2 -
YUV 41.02 125.17 127.99 -
System Red Green Blue C M Y K H S L
Decimal 41 42 36 0.02 0 0.14 0.84 70 0.08 0.15
Hex 29 2A 24 2 0 E 54 46 8 F
Octal 51 52 44 2 0 16 124 106 10 17
Binary 101001 101010 100100 10 0 1110 1010100 1000110 1000 1111

Color Harmonies of #292A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292A24

Black with #292A24

Text Example


Text Example

White with #292A24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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