Html Css Color HEX #292A23 Green Waterloo

📋 copy color: '#292A23'

red 41 ◦ green 42 ◦ blue 35

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

Shades of Green Waterloo #292A23

Tints of Green Waterloo #292A23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 29.66%

R = 34.75%
G = 35.59%
B = 29.66%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.84

RGB Variations

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

Color information

#292A23 (or 0x292A23) is known color: Green Waterloo. HEX triplet: 29, 2A and 23. RGB value is (41,42,35). Sum of RGB (Red+Green+Blue) = 41+42+35=118 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.75% from 118); Green value is 42 (16.80% from 255 or 35.59% from 118); Blue value is 35 (14.06% from 255 or 29.66% from 118); Max value from RGB is 42 - color contains mainly: green. Hex color #292A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292A23 is #D6D5DC. Grayscale: #282828. Windows color (decimal): -14079453 or 2304553. OLE color: 2304553.

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

Color convert

RGB 41 42 35 -
CMYK 0.02 0 0.17 0.84
HSL 68.57º 0.09% 0.15% -
HSV(B) 68.57º 0.17% 0.16% -
XYZ 2.05 2.25 1.92 -
YUV 40.9 124.67 128.07 -
System Red Green Blue C M Y K H S L
Decimal 41 42 35 0.02 0 0.17 0.84 68.57 0.09 0.15
Hex 29 2A 23 2 0 11 54 45 9 F
Octal 51 52 43 2 0 21 124 105 11 17
Binary 101001 101010 100011 10 0 10001 1010100 1000101 1001 1111

Color Harmonies of #292A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292A23

Black with #292A23

Text Example


Text Example

White with #292A23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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