#141803

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

Shades of Green Waterloo #141803

Tints of Green Waterloo #141803

Color information

#141803 (or 0x141803) is unknown color: approx Green Waterloo. HEX triplet: 14, 18 and 03. RGB value is (20,24,3). Sum of RGB (Red+Green+Blue) = 20+24+3=47 (6% of max value = 765). Red value is 20 (8.20% from 255 or 42.55% from 47); Green value is 24 (9.77% from 255 or 51.06% from 47); Blue value is 3 (1.56% from 255 or 6.38% from 47); Max value from RGB is 24 - color contains mainly: green. Hex color #141803 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141803 is #EBE7FC. Grayscale: #141414. Windows color (decimal): -15460349 or 202772. OLE color: 202772.

HSL color Cylindrical-coordinate representation of color #141803: hue angle of 71.43º degrees, saturation: 0.78, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #141803 is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.91.

Color convert

RGB20243-
CMYK0.1700.880.91
HSL71.43º77.78%5.29%-
HSV(B)71.43º87.5%9.41%-
XYZ0.630.810.21-
YUV20.41118.17127.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 42.55%
GREEN value IS 24 (9.77% from 255) = 51.06%
BLUE value IS 3 (1.56% from 255) = 6.38%
R=42.55%
G=51.06%
B=6.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal202430.1700.880.9171.4377.785.29
Hex14183110585B474e5
Octal243032101301331071165
Binary1010011000111000101011000101101110001111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141803; }

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

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

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

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

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

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

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

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