#293010

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

Shades of Green Waterloo #293010

Tints of Green Waterloo #293010

Color information

#293010 (or 0x293010) is unknown color: approx Green Waterloo. HEX triplet: 29, 30 and 10. RGB value is (41,48,16). Sum of RGB (Red+Green+Blue) = 41+48+16=105 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.05% from 105); Green value is 48 (19.14% from 255 or 45.71% from 105); Blue value is 16 (6.64% from 255 or 15.24% from 105); Max value from RGB is 48 - color contains mainly: green. Hex color #293010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293010 is #D6CFEF. Grayscale: #2A2A2A. Windows color (decimal): -14077936 or 1060905. OLE color: 1060905.

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

Color convert

RGB414816-
CMYK0.1500.670.81
HSL73.12º50%12.55%-
HSV(B)73.12º66.67%18.82%-
XYZ2.062.620.89-
YUV42.26113.18127.1-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 39.05%
GREEN value IS 48 (19.14% from 255) = 45.71%
BLUE value IS 16 (6.64% from 255) = 15.24%
R=39.05%
G=45.71%
B=15.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4148160.1500.670.8173.125012.55
Hex293010F043514932d
Octal5160201701031211116215
Binary10100111000010000111101000011101000110010011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293010; }

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

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

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

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

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

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

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

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