#101402

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

Shades of Green Waterloo #101402

Tints of Green Waterloo #101402

Color information

#101402 (or 0x101402) is unknown color: approx Green Waterloo. HEX triplet: 10, 14 and 02. RGB value is (16,20,2). Sum of RGB (Red+Green+Blue) = 16+20+2=38 (5% of max value = 765). Red value is 16 (6.64% from 255 or 42.11% from 38); Green value is 20 (8.20% from 255 or 52.63% from 38); Blue value is 2 (1.17% from 255 or 5.26% from 38); Max value from RGB is 20 - color contains mainly: green. Hex color #101402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101402 is #EFEBFD. Grayscale: #101010. Windows color (decimal): -15723518 or 136208. OLE color: 136208.

HSL color Cylindrical-coordinate representation of color #101402: hue angle of 73.33º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #101402 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.92.

Color convert

RGB16202-
CMYK0.2000.900.92
HSL73.33º81.82%4.31%-
HSV(B)73.33º90%7.84%-
XYZ0.470.610.15-
YUV16.75119.67127.46-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 42.11%
GREEN value IS 20 (8.20% from 255) = 52.63%
BLUE value IS 2 (1.17% from 255) = 5.26%
R=42.11%
G=52.63%
B=5.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal162020.2000.900.9273.3381.824.31
Hex101421405A5C49524
Octal202422401321341111224
Binary1000010100101010001011010101110010010011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101402; }

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

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

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

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

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

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

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

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