#141800

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

Shades of Green Waterloo #141800

Tints of Green Waterloo #141800

Color information

#141800 (or 0x141800) is unknown color: approx Green Waterloo. HEX triplet: 14, 18 and 00. RGB value is (20,24,0). Sum of RGB (Red+Green+Blue) = 20+24+0=44 (5% of max value = 765). Red value is 20 (8.20% from 255 or 45.45% from 44); Green value is 24 (9.77% from 255 or 54.55% from 44); Blue value is 0 (0.39% from 255 or 0% from 44); Max value from RGB is 24 - color contains mainly: green. Hex color #141800 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141800 is #EBE7FF. Grayscale: #141414. Windows color (decimal): -15460352 or 6164. OLE color: 6164.

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

Color convert

RGB20240-
CMYK0.17010.91
HSL70º100%4.71%-
HSV(B)70º100%9.41%-
XYZ0.620.80.12-
YUV20.07116.67127.95-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 45.45%
GREEN value IS 24 (9.77% from 255) = 54.55%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.45%
G=54.55%
B=0%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal202400.17010.91701004.71
Hex14180110645B46645
Octal243002101441331061445
Binary101001100001000101100100101101110001101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141800; }

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

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

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

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

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

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

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

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