#101203

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

Shades of Green Waterloo #101203

Tints of Green Waterloo #101203

Color information

#101203 (or 0x101203) is unknown color: approx Green Waterloo. HEX triplet: 10, 12 and 03. RGB value is (16,18,3). Sum of RGB (Red+Green+Blue) = 16+18+3=37 (4% of max value = 765). Red value is 16 (6.64% from 255 or 43.24% from 37); Green value is 18 (7.42% from 255 or 48.65% from 37); Blue value is 3 (1.56% from 255 or 8.11% from 37); Max value from RGB is 18 - color contains mainly: green. Hex color #101203 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101203 is #EFEDFC. Grayscale: #0F0F0F. Windows color (decimal): -15724029 or 201232. OLE color: 201232.

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

Color convert

RGB16183-
CMYK0.1100.830.93
HSL68º71.43%4.12%-
HSV(B)68º83.33%7.06%-
XYZ0.450.550.17-
YUV15.69120.84128.22-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 43.24%
GREEN value IS 18 (7.42% from 255) = 48.65%
BLUE value IS 3 (1.56% from 255) = 8.11%
R=43.24%
G=48.65%
B=8.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal161830.1100.830.936871.434.12
Hex10123B0535D44474
Octal202231301231351041074
Binary100001001011101101010011101110110001001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101203; }

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

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

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

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

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

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

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

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