Html Css Color HEX #141703 Green Waterloo

📋 copy color: '#141703'

red 20 ◦ green 23 ◦ blue 3

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

Shades of Green Waterloo #141703

Tints of Green Waterloo #141703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 6.52%

R = 43.48%
G = 50%
B = 6.52%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.87

 K value IS 0.91

RGB Variations

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

Color information

#141703 (or 0x141703) is known color: Green Waterloo. HEX triplet: 14, 17 and 03. RGB value is (20,23,3). Sum of RGB (Red+Green+Blue) = 20+23+3=46 (6% of max value = 765). Red value is 20 (8.20% from 255 or 43.48% from 46); Green value is 23 (9.38% from 255 or 50% from 46); Blue value is 3 (1.56% from 255 or 6.52% from 46); Max value from RGB is 23 - color contains mainly: green. Hex color #141703 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141703 is #EBE8FC. Grayscale: #131313. Windows color (decimal): -15460605 or 202516. OLE color: 202516.

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

Color convert

RGB 20 23 3 -
CMYK 0.13 0 0.87 0.91
HSL 69º 0.77% 0.05% -
HSV(B) 69º 0.87% 0.09% -
XYZ 0.61 0.77 0.2 -
YUV 19.82 118.51 128.13 -
System Red Green Blue C M Y K H S L
Decimal 20 23 3 0.13 0 0.87 0.91 69 0.77 0.05
Hex 14 17 3 D 0 57 5B 45 4D 5
Octal 24 27 3 15 0 127 133 105 115 5
Binary 10100 10111 11 1101 0 1010111 1011011 1000101 1001101 101

Color Harmonies of #141703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141703

Black with #141703

Text Example


Text Example

White with #141703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141703; }

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

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

background-color css

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

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

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

border-color css

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

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

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