#101202

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

Shades of Green Waterloo #101202

Tints of Green Waterloo #101202

Color information

#101202 (or 0x101202) is unknown color: approx Green Waterloo. HEX triplet: 10, 12 and 02. RGB value is (16,18,2). Sum of RGB (Red+Green+Blue) = 16+18+2=36 (4% of max value = 765). Red value is 16 (6.64% from 255 or 44.44% from 36); Green value is 18 (7.42% from 255 or 50% from 36); Blue value is 2 (1.17% from 255 or 5.56% from 36); Max value from RGB is 18 - color contains mainly: green. Hex color #101202 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101202 is #EFEDFD. Grayscale: #0F0F0F. Windows color (decimal): -15724030 or 135696. OLE color: 135696.

HSL color Cylindrical-coordinate representation of color #101202: hue angle of 67.5º degrees, saturation: 0.8, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #101202 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.93.

Color convert

RGB16182-
CMYK0.1100.890.93
HSL67.5º80%3.92%-
HSV(B)67.5º88.89%7.06%-
XYZ0.440.550.14-
YUV15.58120.34128.3-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 44.44%
GREEN value IS 18 (7.42% from 255) = 50%
BLUE value IS 2 (1.17% from 255) = 5.56%
R=44.44%
G=50%
B=5.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal161820.1100.890.9367.5803.92
Hex10122B0595D44504
Octal202221301311351041204
Binary100001001010101101011001101110110001001010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101202; }

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

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

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

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

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

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

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

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