#121700

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

Shades of Green Waterloo #121700

Tints of Green Waterloo #121700

Color information

#121700 (or 0x121700) is unknown color: approx Green Waterloo. HEX triplet: 12, 17 and 00. RGB value is (18,23,0). Sum of RGB (Red+Green+Blue) = 18+23+0=41 (5% of max value = 765). Red value is 18 (7.42% from 255 or 43.90% from 41); Green value is 23 (9.38% from 255 or 56.10% from 41); Blue value is 0 (0.39% from 255 or 0% from 41); Max value from RGB is 23 - color contains mainly: green. Hex color #121700 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121700 is #EDE8FF. Grayscale: #121212. Windows color (decimal): -15591680 or 5906. OLE color: 5906.

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

Color convert

RGB18230-
CMYK0.22010.91
HSL73.04º100%4.51%-
HSV(B)73.04º100%9.02%-
XYZ0.560.740.11-
YUV18.88117.34127.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 43.90%
GREEN value IS 23 (9.38% from 255) = 56.10%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.90%
G=56.10%
B=0%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal182300.22010.9173.041004.51
Hex12170160645B49645
Octal222702601441331111445
Binary100101011101011001100100101101110010011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121700; }

 p { color: rgb(18,23,0); }

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

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

 a { background-color: rgb(18,23,0); }

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

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

 span { border-color: rgb(18,23,0); }

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