#121702

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

Shades of Green Waterloo #121702

Tints of Green Waterloo #121702

Color information

#121702 (or 0x121702) is unknown color: approx Green Waterloo. HEX triplet: 12, 17 and 02. RGB value is (18,23,2). Sum of RGB (Red+Green+Blue) = 18+23+2=43 (5% of max value = 765). Red value is 18 (7.42% from 255 or 41.86% from 43); Green value is 23 (9.38% from 255 or 53.49% from 43); Blue value is 2 (1.17% from 255 or 4.65% from 43); Max value from RGB is 23 - color contains mainly: green. Hex color #121702 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121702 is #EDE8FD. Grayscale: #131313. Windows color (decimal): -15591678 or 136978. OLE color: 136978.

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

Color convert

RGB18232-
CMYK0.2200.910.91
HSL74.29º84%4.9%-
HSV(B)74.29º91.3%9.02%-
XYZ0.570.750.17-
YUV19.11118.34127.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 41.86%
GREEN value IS 23 (9.38% from 255) = 53.49%
BLUE value IS 2 (1.17% from 255) = 4.65%
R=41.86%
G=53.49%
B=4.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal182320.2200.910.9174.29844.9
Hex121721605B5B4a545
Octal222722601331331121245
Binary1001010111101011001011011101101110010101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121702; }

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

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

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

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

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

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

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

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