#292C1A

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

Shades of Green Waterloo #292C1A

Tints of Green Waterloo #292C1A

Color information

#292C1A (or 0x292C1A) is unknown color: approx Green Waterloo. HEX triplet: 29, 2C and 1A. RGB value is (41,44,26). Sum of RGB (Red+Green+Blue) = 41+44+26=111 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.94% from 111); Green value is 44 (17.58% from 255 or 39.64% from 111); Blue value is 26 (10.55% from 255 or 23.42% from 111); Max value from RGB is 44 - color contains mainly: green. Hex color #292C1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292C1A is #D6D3E5. Grayscale: #292929. Windows color (decimal): -14078950 or 1715241. OLE color: 1715241.

HSL color Cylindrical-coordinate representation of color #292C1A: hue angle of 70º degrees, saturation: 0.26, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #292C1A is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.83.

Color convert

RGB414426-
CMYK0.0700.410.83
HSL70º25.71%13.73%-
HSV(B)70º40.91%17.25%-
XYZ22.351.32-
YUV41.05119.51127.96-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 36.94%
GREEN value IS 44 (17.58% from 255) = 39.64%
BLUE value IS 26 (10.55% from 255) = 23.42%
R=36.94%
G=39.64%
B=23.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4144260.0700.410.837025.7113.73
Hex292C1A702953461ae
Octal51543270511231063216
Binary10100110110011010111010100110100111000110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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