Html Css Color HEX #141A00 Green Waterloo

📋 copy color: '#141A00'

red 20 ◦ green 26 ◦ blue 0

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

Shades of Green Waterloo #141A00

Tints of Green Waterloo #141A00

RGB

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

 GREEN value IS 26 (10.55% from 255) = 56.52%

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

R = 43.48%
G = 56.52%
B = 0%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 1

 K value IS 0.90

RGB Variations

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

Color information

#141A00 (or 0x141A00) is known color: Green Waterloo. HEX triplet: 14, 1A and 00. RGB value is (20,26,0). Sum of RGB (Red+Green+Blue) = 20+26+0=46 (6% of max value = 765). Red value is 20 (8.20% from 255 or 43.48% from 46); Green value is 26 (10.55% from 255 or 56.52% from 46); Blue value is 0 (0.39% from 255 or 0% from 46); Max value from RGB is 26 - color contains mainly: green. Hex color #141A00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141A00 is #EBE5FF. Grayscale: #151515. Windows color (decimal): -15459840 or 6676. OLE color: 6676.

HSL color Cylindrical-coordinate representation of color #141A00: hue angle of 73.85º 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 #141A00 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.90.

Color convert

RGB 20 26 0 -
CMYK 0.23 0 1 0.90
HSL 73.85º 1% 0.05% -
HSV(B) 73.85º 1% 0.1% -
XYZ 0.66 0.89 0.14 -
YUV 21.24 116.01 127.11 -
System Red Green Blue C M Y K H S L
Decimal 20 26 0 0.23 0 1 0.90 73.85 1 0.05
Hex 14 1A 0 17 0 64 5A 4A 64 5
Octal 24 32 0 27 0 144 132 112 144 5
Binary 10100 11010 0 10111 0 1100100 1011010 1001010 1100100 101

Color Harmonies of #141A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141A00

Black with #141A00

Text Example


Text Example

White with #141A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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