#121603

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

Shades of Green Waterloo #121603

Tints of Green Waterloo #121603

Color information

#121603 (or 0x121603) is unknown color: approx Green Waterloo. HEX triplet: 12, 16 and 03. RGB value is (18,22,3). Sum of RGB (Red+Green+Blue) = 18+22+3=43 (5% of max value = 765). Red value is 18 (7.42% from 255 or 41.86% from 43); Green value is 22 (8.98% from 255 or 51.16% from 43); Blue value is 3 (1.56% from 255 or 6.98% from 43); Max value from RGB is 22 - color contains mainly: green. Hex color #121603 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121603 is #EDE9FC. Grayscale: #121212. Windows color (decimal): -15591933 or 202258. OLE color: 202258.

HSL color Cylindrical-coordinate representation of color #121603: hue angle of 72.63º degrees, saturation: 0.76, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #121603 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.91.

Color convert

RGB18223-
CMYK0.1800.860.91
HSL72.63º76%4.9%-
HSV(B)72.63º86.36%8.63%-
XYZ0.550.710.19-
YUV18.64119.17127.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 41.86%
GREEN value IS 22 (8.98% from 255) = 51.16%
BLUE value IS 3 (1.56% from 255) = 6.98%
R=41.86%
G=51.16%
B=6.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal182230.1800.860.9172.63764.9
Hex12163120565B494c5
Octal222632201261331111145
Binary1001010110111001001010110101101110010011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121603; }

 p { color: rgb(18,22,3); }

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

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

 a { background-color: rgb(18,22,3); }

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

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

 span { border-color: rgb(18,22,3); }

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