#292B09

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

Shades of Green Waterloo #292B09

Tints of Green Waterloo #292B09

Color information

#292B09 (or 0x292B09) is unknown color: approx Green Waterloo. HEX triplet: 29, 2B and 09. RGB value is (41,43,9). Sum of RGB (Red+Green+Blue) = 41+43+9=93 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.09% from 93); Green value is 43 (17.19% from 255 or 46.24% from 93); Blue value is 9 (3.91% from 255 or 9.68% from 93); Max value from RGB is 43 - color contains mainly: green. Hex color #292B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292B09 is #D6D4F6. Grayscale: #262626. Windows color (decimal): -14079223 or 600873. OLE color: 600873.

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

Color convert

RGB41439-
CMYK0.0500.790.83
HSL63.53º65.38%10.2%-
HSV(B)63.53º79.07%16.86%-
XYZ1.832.220.59-
YUV38.53111.34129.76-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 44.09%
GREEN value IS 43 (17.19% from 255) = 46.24%
BLUE value IS 9 (3.91% from 255) = 9.68%
R=44.09%
G=46.24%
B=9.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal414390.0500.790.8363.5365.3810.2
Hex292B9504F534041a
Octal5153115011712310010112
Binary1010011010111001101010011111010011100000010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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