#121403

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

Shades of Green Waterloo #121403

Tints of Green Waterloo #121403

Color information

#121403 (or 0x121403) is unknown color: approx Green Waterloo. HEX triplet: 12, 14 and 03. RGB value is (18,20,3). Sum of RGB (Red+Green+Blue) = 18+20+3=41 (5% of max value = 765). Red value is 18 (7.42% from 255 or 43.90% from 41); Green value is 20 (8.20% from 255 or 48.78% from 41); Blue value is 3 (1.56% from 255 or 7.32% from 41); Max value from RGB is 20 - color contains mainly: green. Hex color #121403 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121403 is #EDEBFC. Grayscale: #111111. Windows color (decimal): -15592445 or 201746. OLE color: 201746.

HSL color Cylindrical-coordinate representation of color #121403: hue angle of 67.06º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #121403 is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.92.

Color convert

RGB18203-
CMYK0.1000.850.92
HSL67.06º73.91%4.51%-
HSV(B)67.06º85%7.84%-
XYZ0.520.640.18-
YUV17.46119.84128.38-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 43.90%
GREEN value IS 20 (8.20% from 255) = 48.78%
BLUE value IS 3 (1.56% from 255) = 7.32%
R=43.90%
G=48.78%
B=7.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal182030.1000.850.9267.0673.914.51
Hex12143A0555C434a5
Octal222431201251341031125
Binary100101010011101001010101101110010000111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121403; }

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

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

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

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

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

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

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

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