#141903

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

Shades of Green Waterloo #141903

Tints of Green Waterloo #141903

Color information

#141903 (or 0x141903) is unknown color: approx Green Waterloo. HEX triplet: 14, 19 and 03. RGB value is (20,25,3). Sum of RGB (Red+Green+Blue) = 20+25+3=48 (6% of max value = 765). Red value is 20 (8.20% from 255 or 41.67% from 48); Green value is 25 (10.16% from 255 or 52.08% from 48); Blue value is 3 (1.56% from 255 or 6.25% from 48); Max value from RGB is 25 - color contains mainly: green. Hex color #141903 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141903 is #EBE6FC. Grayscale: #151515. Windows color (decimal): -15460093 or 203028. OLE color: 203028.

HSL color Cylindrical-coordinate representation of color #141903: hue angle of 73.64º degrees, saturation: 0.79, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #141903 is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.90.

Color convert

RGB20253-
CMYK0.2000.880.90
HSL73.64º78.57%5.49%-
HSV(B)73.64º88%9.8%-
XYZ0.650.850.22-
YUV21117.84127.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 41.67%
GREEN value IS 25 (10.16% from 255) = 52.08%
BLUE value IS 3 (1.56% from 255) = 6.25%
R=41.67%
G=52.08%
B=6.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal202530.2000.880.9073.6478.575.49
Hex14193140585A4a4f5
Octal243132401301321121175
Binary1010011001111010001011000101101010010101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141903; }

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

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

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

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

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

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

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

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