Html Css Color HEX #292B1A Green Waterloo

📋 copy color: '#292B1A'

red 41 ◦ green 43 ◦ blue 26

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

Shades of Green Waterloo #292B1A

Tints of Green Waterloo #292B1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 23.64%

R = 37.27%
G = 39.09%
B = 23.64%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.40

 K value IS 0.83

RGB Variations

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

Color information

#292B1A (or 0x292B1A) is known color: Green Waterloo. HEX triplet: 29, 2B and 1A. RGB value is (41,43,26). Sum of RGB (Red+Green+Blue) = 41+43+26=110 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.27% from 110); Green value is 43 (17.19% from 255 or 39.09% from 110); Blue value is 26 (10.55% from 255 or 23.64% from 110); Max value from RGB is 43 - color contains mainly: green. Hex color #292B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292B1A is #D6D4E5. Grayscale: #282828. Windows color (decimal): -14079206 or 1714985. OLE color: 1714985.

HSL color Cylindrical-coordinate representation of color #292B1A: hue angle of 67.06º degrees, saturation: 0.25, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #292B1A is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.83.

Color convert

RGB 41 43 26 -
CMYK 0.05 0 0.40 0.83
HSL 67.06º 0.25% 0.14% -
HSV(B) 67.06º 0.4% 0.17% -
XYZ 1.96 2.27 1.31 -
YUV 40.46 119.84 128.38 -
System Red Green Blue C M Y K H S L
Decimal 41 43 26 0.05 0 0.40 0.83 67.06 0.25 0.14
Hex 29 2B 1A 5 0 28 53 43 19 E
Octal 51 53 32 5 0 50 123 103 31 16
Binary 101001 101011 11010 101 0 101000 1010011 1000011 11001 1110

Color Harmonies of #292B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292B1A

Black with #292B1A

Text Example


Text Example

White with #292B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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