#101302

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

Shades of Green Waterloo #101302

Tints of Green Waterloo #101302

Color information

#101302 (or 0x101302) is unknown color: approx Green Waterloo. HEX triplet: 10, 13 and 02. RGB value is (16,19,2). Sum of RGB (Red+Green+Blue) = 16+19+2=37 (4% of max value = 765). Red value is 16 (6.64% from 255 or 43.24% from 37); Green value is 19 (7.81% from 255 or 51.35% from 37); Blue value is 2 (1.17% from 255 or 5.41% from 37); Max value from RGB is 19 - color contains mainly: green. Hex color #101302 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101302 is #EFECFD. Grayscale: #101010. Windows color (decimal): -15723774 or 135952. OLE color: 135952.

HSL color Cylindrical-coordinate representation of color #101302: hue angle of 70.59º degrees, saturation: 0.81, 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 #101302 is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.93.

Color convert

RGB16192-
CMYK0.1600.890.93
HSL70.59º80.95%4.12%-
HSV(B)70.59º89.47%7.45%-
XYZ0.460.580.15-
YUV16.16120.01127.88-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 43.24%
GREEN value IS 19 (7.81% from 255) = 51.35%
BLUE value IS 2 (1.17% from 255) = 5.41%
R=43.24%
G=51.35%
B=5.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal161920.1600.890.9370.5980.954.12
Hex10132100595D47514
Octal202322001311351071214
Binary1000010011101000001011001101110110001111010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101302; }

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

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

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

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

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

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

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

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