#292B14

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

Shades of Green Waterloo #292B14

Tints of Green Waterloo #292B14

Color information

#292B14 (or 0x292B14) is unknown color: approx Green Waterloo. HEX triplet: 29, 2B and 14. RGB value is (41,43,20). Sum of RGB (Red+Green+Blue) = 41+43+20=104 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.42% from 104); Green value is 43 (17.19% from 255 or 41.35% from 104); Blue value is 20 (8.20% from 255 or 19.23% from 104); Max value from RGB is 43 - color contains mainly: green. Hex color #292B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292B14 is #D6D4EB. Grayscale: #272727. Windows color (decimal): -14079212 or 1321769. OLE color: 1321769.

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

Color convert

RGB414320-
CMYK0.0500.530.83
HSL65.22º36.51%12.35%-
HSV(B)65.22º53.49%16.86%-
XYZ1.92.251-
YUV39.78116.84128.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 39.42%
GREEN value IS 43 (17.19% from 255) = 41.35%
BLUE value IS 20 (8.20% from 255) = 19.23%
R=39.42%
G=41.35%
B=19.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4143200.0500.530.8365.2236.5112.35
Hex292B145035534125c
Octal51532450651231014514
Binary101001101011101001010110101101001110000011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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