Html Css Color HEX #141900 Green Waterloo

📋 copy color: '#141900'

red 20 ◦ green 25 ◦ blue 0

#141900
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Waterloo #141900

Tints of Green Waterloo #141900

RGB

 RED value IS 20 (8.2% from 255) = 44.44%

 GREEN value IS 25 (10.16% from 255) = 55.56%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.44%
G = 55.56%
B = 0%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 1

 K value IS 0.90

RGB Variations

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

Color information

#141900 (or 0x141900) is known color: Green Waterloo. HEX triplet: 14, 19 and 00. RGB value is (20,25,0). Sum of RGB (Red+Green+Blue) = 20+25+0=45 (5% of max value = 765). Red value is 20 (8.20% from 255 or 44.44% from 45); Green value is 25 (10.16% from 255 or 55.56% from 45); Blue value is 0 (0.39% from 255 or 0% from 45); Max value from RGB is 25 - color contains mainly: green. Hex color #141900 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141900 is #EBE6FF. Grayscale: #141414. Windows color (decimal): -15460096 or 6420. OLE color: 6420.

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

Color convert

RGB 20 25 0 -
CMYK 0.20 0 1 0.90
HSL 72º 1% 0.05% -
HSV(B) 72º 1% 0.1% -
XYZ 0.64 0.84 0.13 -
YUV 20.66 116.34 127.53 -
System Red Green Blue C M Y K H S L
Decimal 20 25 0 0.20 0 1 0.90 72 1 0.05
Hex 14 19 0 14 0 64 5A 48 64 5
Octal 24 31 0 24 0 144 132 110 144 5
Binary 10100 11001 0 10100 0 1100100 1011010 1001000 1100100 101

Color Harmonies of #141900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141900

Black with #141900

Text Example


Text Example

White with #141900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141900; }

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

 H1.HeaderClassName
 {
   color: #141900;
 }
 .AnyTagClassName
 {
   color: #141900;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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