#292B0E

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

Shades of Green Waterloo #292B0E

Tints of Green Waterloo #292B0E

Color information

#292B0E (or 0x292B0E) is unknown color: approx Green Waterloo. HEX triplet: 29, 2B and 0E. RGB value is (41,43,14). Sum of RGB (Red+Green+Blue) = 41+43+14=98 (12% of max value = 765). Red value is 41 (16.41% from 255 or 41.84% from 98); Green value is 43 (17.19% from 255 or 43.88% from 98); Blue value is 14 (5.86% from 255 or 14.29% from 98); Max value from RGB is 43 - color contains mainly: green. Hex color #292B0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292B0E is #D6D4F1. Grayscale: #272727. Windows color (decimal): -14079218 or 928553. OLE color: 928553.

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

Color convert

RGB414314-
CMYK0.0500.670.83
HSL64.14º50.88%11.18%-
HSV(B)64.14º67.44%16.86%-
XYZ1.862.230.75-
YUV39.1113.84129.36-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 41.84%
GREEN value IS 43 (17.19% from 255) = 43.88%
BLUE value IS 14 (5.86% from 255) = 14.29%
R=41.84%
G=43.88%
B=14.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4143140.0500.670.8364.1450.8811.18
Hex292BE5043534033b
Octal515316501031231006313
Binary101001101011111010101000011101001110000001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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