Html Css Color HEX #292D16 Green Waterloo

📋 copy color: '#292D16'

red 41 ◦ green 45 ◦ blue 22

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

Shades of Green Waterloo #292D16

Tints of Green Waterloo #292D16

RGB

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

 GREEN value IS 45 (17.97% from 255) = 41.67%

 BLUE value IS 22 (8.98% from 255) = 20.37%

R = 37.96%
G = 41.67%
B = 20.37%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.51

 K value IS 0.82

RGB Variations

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

Color information

#292D16 (or 0x292D16) is known color: Green Waterloo. HEX triplet: 29, 2D and 16. RGB value is (41,45,22). Sum of RGB (Red+Green+Blue) = 41+45+22=108 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.96% from 108); Green value is 45 (17.97% from 255 or 41.67% from 108); Blue value is 22 (8.98% from 255 or 20.37% from 108); Max value from RGB is 45 - color contains mainly: green. Hex color #292D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292D16 is #D6D2E9. Grayscale: #292929. Windows color (decimal): -14078698 or 1453353. OLE color: 1453353.

HSL color Cylindrical-coordinate representation of color #292D16: hue angle of 70.43º degrees, saturation: 0.34, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #292D16 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.82.

Color convert

RGB 41 45 22 -
CMYK 0.09 0 0.51 0.82
HSL 70.43º 0.34% 0.13% -
HSV(B) 70.43º 0.51% 0.18% -
XYZ 2 2.41 1.12 -
YUV 41.18 117.17 127.87 -
System Red Green Blue C M Y K H S L
Decimal 41 45 22 0.09 0 0.51 0.82 70.43 0.34 0.13
Hex 29 2D 16 9 0 33 52 46 22 D
Octal 51 55 26 11 0 63 122 106 42 15
Binary 101001 101101 10110 1001 0 110011 1010010 1000110 100010 1101

Color Harmonies of #292D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292D16

Black with #292D16

Text Example


Text Example

White with #292D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,45,22); }

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

background-color css

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

 a { background-color: rgb(41,45,22); }

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

border-color css

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

 span { border-color: rgb(41,45,22); }

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