#293009

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

Shades of Green Waterloo #293009

Tints of Green Waterloo #293009

Color information

#293009 (or 0x293009) is unknown color: approx Green Waterloo. HEX triplet: 29, 30 and 09. RGB value is (41,48,9). Sum of RGB (Red+Green+Blue) = 41+48+9=98 (12% of max value = 765). Red value is 41 (16.41% from 255 or 41.84% from 98); Green value is 48 (19.14% from 255 or 48.98% from 98); Blue value is 9 (3.91% from 255 or 9.18% from 98); Max value from RGB is 48 - color contains mainly: green. Hex color #293009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293009 is #D6CFF6. Grayscale: #292929. Windows color (decimal): -14077943 or 602153. OLE color: 602153.

HSL color Cylindrical-coordinate representation of color #293009: hue angle of 70.77º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #293009 is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.81.

Color convert

RGB41489-
CMYK0.1500.810.81
HSL70.77º68.42%11.18%-
HSV(B)70.77º81.25%18.82%-
XYZ2.022.610.65-
YUV41.46109.68127.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 41.84%
GREEN value IS 48 (19.14% from 255) = 48.98%
BLUE value IS 9 (3.91% from 255) = 9.18%
R=41.84%
G=48.98%
B=9.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal414890.1500.810.8170.7768.4211.18
Hex29309F051514744b
Octal51601117012112110710413
Binary10100111000010011111010100011010001100011110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293009; }

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

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

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

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

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

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

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

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