#292D0E

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

Shades of Green Waterloo #292D0E

Tints of Green Waterloo #292D0E

Color information

#292D0E (or 0x292D0E) is unknown color: approx Green Waterloo. HEX triplet: 29, 2D and 0E. RGB value is (41,45,14). Sum of RGB (Red+Green+Blue) = 41+45+14=100 (13% of max value = 765). Red value is 41 (16.41% from 255 or 41% from 100); Green value is 45 (17.97% from 255 or 45% from 100); Blue value is 14 (5.86% from 255 or 14% from 100); Max value from RGB is 45 - color contains mainly: green. Hex color #292D0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292D0E is #D6D2F1. Grayscale: #282828. Windows color (decimal): -14078706 or 929065. OLE color: 929065.

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

Color convert

RGB414514-
CMYK0.0900.690.82
HSL67.74º52.54%11.57%-
HSV(B)67.74º68.89%17.65%-
XYZ1.932.380.77-
YUV40.27113.17128.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 41%
GREEN value IS 45 (17.97% from 255) = 45%
BLUE value IS 14 (5.86% from 255) = 14%
R=41%
G=45%
B=14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4145140.0900.690.8267.7452.5411.57
Hex292DE9045524435c
Octal5155161101051221046514
Binary1010011011011110100101000101101001010001001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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