#292B10

Color #292B10 Green Waterloo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Waterloo #292B10

Tints of Green Waterloo #292B10

Color information

#292B10 (or 0x292B10) is unknown color: approx Green Waterloo. HEX triplet: 29, 2B and 10. RGB value is (41,43,16). Sum of RGB (Red+Green+Blue) = 41+43+16=100 (13% of max value = 765). Red value is 41 (16.41% from 255 or 41% from 100); Green value is 43 (17.19% from 255 or 43% from 100); Blue value is 16 (6.64% from 255 or 16% from 100); Max value from RGB is 43 - color contains mainly: green. Hex color #292B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292B10 is #D6D4EF. Grayscale: #272727. Windows color (decimal): -14079216 or 1059625. OLE color: 1059625.

HSL color Cylindrical-coordinate representation of color #292B10: hue angle of 64.44º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #292B10 is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.83.

Color convert

RGB414316-
CMYK0.0500.630.83
HSL64.44º45.76%11.57%-
HSV(B)64.44º62.79%16.86%-
XYZ1.872.240.82-
YUV39.32114.84129.2-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 41%
GREEN value IS 43 (17.19% from 255) = 43%
BLUE value IS 16 (6.64% from 255) = 16%
R=41%
G=43%
B=16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4143160.0500.630.8364.4445.7611.57
Hex292B10503F53402ec
Octal51532050771231005614
Binary101001101011100001010111111101001110000001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #292B10;
 }
 .AnyTagClassName
 {
   color: #292B10;
 }
</style>
background-color css

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

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

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

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

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

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