Html Css Color HEX #141700 Green Waterloo

📋 copy color: '#141700'

red 20 ◦ green 23 ◦ blue 0

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

Shades of Green Waterloo #141700

Tints of Green Waterloo #141700

RGB

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

 GREEN value IS 23 (9.38% from 255) = 53.49%

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

R = 46.51%
G = 53.49%
B = 0%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1

 K value IS 0.91

RGB Variations

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

Color information

#141700 (or 0x141700) is known color: Green Waterloo. HEX triplet: 14, 17 and 00. RGB value is (20,23,0). Sum of RGB (Red+Green+Blue) = 20+23+0=43 (5% of max value = 765). Red value is 20 (8.20% from 255 or 46.51% from 43); Green value is 23 (9.38% from 255 or 53.49% from 43); Blue value is 0 (0.39% from 255 or 0% from 43); Max value from RGB is 23 - color contains mainly: green. Hex color #141700 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141700 is #EBE8FF. Grayscale: #131313. Windows color (decimal): -15460608 or 5908. OLE color: 5908.

HSL color Cylindrical-coordinate representation of color #141700: hue angle of 67.83º 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 #141700 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.91.

Color convert

RGB 20 23 0 -
CMYK 0.13 0 1 0.91
HSL 67.83º 1% 0.05% -
HSV(B) 67.83º 1% 0.09% -
XYZ 0.59 0.76 0.12 -
YUV 19.48 117.01 128.37 -
System Red Green Blue C M Y K H S L
Decimal 20 23 0 0.13 0 1 0.91 67.83 1 0.05
Hex 14 17 0 D 0 64 5B 44 64 5
Octal 24 27 0 15 0 144 133 104 144 5
Binary 10100 10111 0 1101 0 1100100 1011011 1000100 1100100 101

Color Harmonies of #141700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141700

Black with #141700

Text Example


Text Example

White with #141700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141700; }

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

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

background-color css

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

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

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

border-color css

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

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

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