#292E13

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

Shades of Green Waterloo #292E13

Tints of Green Waterloo #292E13

Color information

#292E13 (or 0x292E13) is unknown color: approx Green Waterloo. HEX triplet: 29, 2E and 13. RGB value is (41,46,19). Sum of RGB (Red+Green+Blue) = 41+46+19=106 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.68% from 106); Green value is 46 (18.36% from 255 or 43.40% from 106); Blue value is 19 (7.81% from 255 or 17.92% from 106); Max value from RGB is 46 - color contains mainly: green. Hex color #292E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292E13 is #D6D1EC. Grayscale: #292929. Windows color (decimal): -14078445 or 1257001. OLE color: 1257001.

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

Color convert

RGB414619-
CMYK0.1100.590.82
HSL71.11º41.54%12.75%-
HSV(B)71.11º58.7%18.04%-
XYZ2.012.470.99-
YUV41.43115.34127.7-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 38.68%
GREEN value IS 46 (18.36% from 255) = 43.40%
BLUE value IS 19 (7.81% from 255) = 17.92%
R=38.68%
G=43.40%
B=17.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4146190.1100.590.8271.1141.5412.75
Hex292E13B03B52472ad
Octal515623130731221075215
Binary1010011011101001110110111011101001010001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,46,19); }

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

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

 a { background-color: rgb(41,46,19); }

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

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

 span { border-color: rgb(41,46,19); }

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