#141A01

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

Shades of Green Waterloo #141A01

Tints of Green Waterloo #141A01

Color information

#141A01 (or 0x141A01) is unknown color: approx Green Waterloo. HEX triplet: 14, 1A and 01. RGB value is (20,26,1). Sum of RGB (Red+Green+Blue) = 20+26+1=47 (6% of max value = 765). Red value is 20 (8.20% from 255 or 42.55% from 47); Green value is 26 (10.55% from 255 or 55.32% from 47); Blue value is 1 (0.78% from 255 or 2.13% from 47); Max value from RGB is 26 - color contains mainly: green. Hex color #141A01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141A01 is #EBE5FE. Grayscale: #151515. Windows color (decimal): -15459839 or 72212. OLE color: 72212.

HSL color Cylindrical-coordinate representation of color #141A01: hue angle of 74.4º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #141A01 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.90.

Color convert

RGB20261-
CMYK0.2300.960.90
HSL74.4º92.59%5.29%-
HSV(B)74.4º96.15%10.2%-
XYZ0.660.890.17-
YUV21.36116.51127.03-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 42.55%
GREEN value IS 26 (10.55% from 255) = 55.32%
BLUE value IS 1 (0.78% from 255) = 2.13%
R=42.55%
G=55.32%
B=2.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal202610.2300.960.9074.492.595.29
Hex141A1170605A4a5d5
Octal243212701401321121355
Binary101001101011011101100000101101010010101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141A01; }

 p { color: rgb(20,26,1); }

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

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

 a { background-color: rgb(20,26,1); }

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

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

 span { border-color: rgb(20,26,1); }

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